diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile_chm | 2 | ||||
-rw-r--r-- | docs/Doxyfile_html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index cb38f1ce9..c809b3cbe 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -707,7 +707,7 @@ RECURSIVE = YES EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
- ../os/hal/templates \
+ ../os/hal/templates/meta \
../os/various\devices_lib \
../os/various\fatfs_bindings \
../os/various\lwip_bindings \
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 8e7aa791b..0c1f8acb8 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -707,7 +707,7 @@ RECURSIVE = YES EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
- ../os/hal/templates \
+ ../os/hal/templates/meta \
../os/various\devices_lib \
../os/various\fatfs_bindings \
../os/various\lwip_bindings \
|