diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile_chm | 3 | ||||
-rw-r--r-- | docs/Doxyfile_html | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index a790222ef..ddea27042 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -708,6 +708,9 @@ EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \ ../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
../os/hal/templates \
+ ../os/various\devices_lib \
+ ../os/various\fatfs_bindings \
+ ../os/various\lwip_bindings \
../test/coverage
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 24263aad4..6ff8aea50 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -708,6 +708,9 @@ EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \ ../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
../os/hal/templates \
+ ../os/various\devices_lib \
+ ../os/various\fatfs_bindings \
+ ../os/various\lwip_bindings \
../test/coverage
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|