diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 18:11:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 18:11:48 +0000 |
commit | 514ef4d2b4c6e8eed253f7cb4e06d150c8128b8a (patch) | |
tree | c4e06520018631dcc0ef4400000ede4639b10e0f | |
parent | 8a377b7e20fd9550cd0a3ac34a85181c38297003 (diff) | |
download | ChibiOS-514ef4d2b4c6e8eed253f7cb4e06d150c8128b8a.tar.gz ChibiOS-514ef4d2b4c6e8eed253f7cb4e06d150c8128b8a.tar.bz2 ChibiOS-514ef4d2b4c6e8eed253f7cb4e06d150c8128b8a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4933 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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
|