1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 06:53:14 +00:00

Exclude cpu_featires docs from volk_gnsssdr docs

Fix README rendering in html
This commit is contained in:
Carles Fernandez 2022-01-03 11:00:21 +01:00
parent bd8f1a21b7
commit f38ea7b9f1
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 2 additions and 3 deletions

View File

@ -836,7 +836,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = @PROJECT_BINARY_DIR@
EXCLUDE = @PROJECT_BINARY_DIR@ @PROJECT_SOURCE_DIR@/cpu_features
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded

View File

@ -46,8 +46,7 @@ kernel is actually doing.
This figure shows the role of some VOLK_GNSSSDR kernels in the context of a GNSS
baseband processor:
![Example of VOLK_GNSSSDR
usage.](./docs/images/VOLK_GNSSSDR_Usage_Example.png)
![Example of VOLK_GNSSSDR usage.](./docs/images/VOLK_GNSSSDR_Usage_Example.png)
## How to build VOLK_GNSSSDR