aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-03 14:53:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-03 14:53:30 +0000
commita70e278edeeabd7adf2bd01ec4bdd94bbcb41548 (patch)
tree6072f4907b9c57d25839c1f9f93bdc7f83a2da21 /docs/Doxyfile
parentebe711e1a2257f012e8a558ad554385aae8fc545 (diff)
downloadChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.tar.gz
ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.tar.bz2
ChibiOS-a70e278edeeabd7adf2bd01ec4bdd94bbcb41548.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1841 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 23695dce5..603b19910 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -603,8 +603,7 @@ INPUT = ../docs/src \
../os/ports/GCC/ARMCMx \
../os/ports/GCC/ARMCMx/crt0.s \
../os/ports/GCC/ARMCMx/STM32F10x \
- ../os/ports/GCC/ARMCM3 \
- ../os/ports/GCC/ARMCM3\STM32F103 \
+ ../os/ports/GCC/ARMCMx/LPC111x \
../os/ports/GCC/PPC \
../os/ports/GCC/PPC/crt0.s \
../os/ports/GCC/MSP430 \
@@ -615,6 +614,7 @@ INPUT = ../docs/src \
../os/hal/templates \
../os/hal/platforms/AT91SAM7 \
../os/hal/platforms/AVR \
+ ../os/hal/platforms/LPC111x \
../os/hal/platforms/LPC214x \
../os/hal/platforms/MSP430 \
../os/hal/platforms/SPC56x \
@@ -678,7 +678,8 @@ RECURSIVE = NO
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = ../os/hal/platforms/STM32/stm32f10x.h
+EXCLUDE = ../os/hal/platforms/STM32/stm32f10x.h \
+ ../os/hal/platforms/LPC111x
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded