diff options
-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 47b51c500..a790222ef 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -705,7 +705,7 @@ RECURSIVE = YES # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
- ../os/ports/SIMIA32 \
+ ../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
../os/hal/templates \
../test/coverage
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 080378d4c..24263aad4 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -705,7 +705,7 @@ RECURSIVE = YES # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
- ../os/ports/SIMIA32 \
+ ../os/ports/GCC/SIMIA32 \
../os/hal/platforms \
../os/hal/templates \
../test/coverage
|