diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 11:53:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 11:53:43 +0000 |
commit | 25b567b12c60a6256376ef5159ff3767d04878f6 (patch) | |
tree | e031f85c7d966b706cf8f5e0a31e51a9146169e6 /docs | |
parent | 0e1c7b739f18c9b7f4e5e756e543282eee078df4 (diff) | |
download | ChibiOS-25b567b12c60a6256376ef5159ff3767d04878f6.tar.gz ChibiOS-25b567b12c60a6256376ef5159ff3767d04878f6.tar.bz2 ChibiOS-25b567b12c60a6256376ef5159ff3767d04878f6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2337 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index d7e6dd73b..468ab580e 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -618,15 +618,11 @@ INPUT = ../docs/src \ ../os/ports \ ../os/ports/GCC/AVR \ ../os/ports/GCC/ARM7 \ - ../os/ports/GCC/ARM7/crt0.s \ - ../os/ports/GCC/ARM7/chcoreasm.s \ ../os/ports/GCC/ARMCMx \ - ../os/ports/GCC/ARMCMx/crt0.s \ - ../os/ports/GCC/ARMCMx/STM32F10x \ + ../os/ports/GCC/ARMCMx/STM32 \ ../os/ports/GCC/ARMCMx/LPC11xx \ ../os/ports/GCC/ARMCMx/LPC13xx \ ../os/ports/GCC/PPC \ - ../os/ports/GCC/PPC/crt0.s \ ../os/ports/GCC/MSP430 \ ../os/ports/cosmic/STM8 \ ../os/ports/RC/STM8 \ @@ -691,7 +687,8 @@ FILE_PATTERNS = *.c \ *.mm \ *.dox \ *.py \ - *.ddf + *.ddf \ + *.s # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. |