aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile_chm
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 18:10:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 18:10:15 +0000
commit8a377b7e20fd9550cd0a3ac34a85181c38297003 (patch)
treeda1a32acff5f3b18534d93d673c7d5d176284eb2 /docs/Doxyfile_chm
parent0c1c2eff08b36bf2d4b44e26c5d39c2f086029e1 (diff)
downloadChibiOS-8a377b7e20fd9550cd0a3ac34a85181c38297003.tar.gz
ChibiOS-8a377b7e20fd9550cd0a3ac34a85181c38297003.tar.bz2
ChibiOS-8a377b7e20fd9550cd0a3ac34a85181c38297003.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4932 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile_chm')
-rw-r--r--docs/Doxyfile_chm59
1 files changed, 6 insertions, 53 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm
index 8688f79c9..47b51c500 100644
--- a/docs/Doxyfile_chm
+++ b/docs/Doxyfile_chm
@@ -642,52 +642,8 @@ WARN_LOGFILE =
INPUT = ../docs/src \
../os/kernel \
- ../os/kernel/include \
- ../os/kernel/src \
- ../os/kernel/templates \
../os/ports \
- ../os/ports/common/ARMCMx \
- ../os/ports/GCC/ARM \
- ../os/ports/GCC/ARM/LPC214x \
- ../os/ports/GCC/ARM/AT91SAM7 \
- ../os/ports/GCC/ARMCMx \
- ../os/ports/GCC/ARMCMx/STM32F1xx \
- ../os/ports/GCC/ARMCMx/STM32L1xx \
- ../os/ports/GCC/ARMCMx/LPC11xx \
- ../os/ports/GCC/ARMCMx/LPC13xx \
- ../os/ports/GCC/PPC \
- ../os/ports/GCC/AVR \
- ../os/ports/GCC/MSP430 \
- ../os/ports/IAR/ARMCMx \
- ../os/ports/IAR/ARMCMx/STM32F1xx \
- ../os/ports/IAR/ARMCMx/STM32L1xx \
- ../os/ports/IAR/ARMCMx/LPC11xx \
- ../os/ports/IAR/ARMCMx/LPC13xx \
- ../os/ports/RVCT/ARMCMx \
- ../os/ports/RVCT/ARMCMx/STM32F1xx \
- ../os/ports/RVCT/ARMCMx/STM32L1xx \
- ../os/ports/RVCT/ARMCMx/LPC11xx \
- ../os/ports/RVCT/ARMCMx/LPC13xx \
- ../os/ports/cosmic/STM8 \
- ../os/ports/RC/STM8 \
../os/hal \
- ../os/hal/dox \
- ../os/hal/include \
- ../os/hal/src \
- ../os/hal/templates \
- ../os/hal/platforms \
- ../os/hal/platforms/AT91SAM7/platform.dox \
- ../os/hal/platforms/AVR/platform.dox \
- ../os/hal/platforms/LPC11xx/platform.dox \
- ../os/hal/platforms/LPC13xx/platform.dox \
- ../os/hal/platforms/LPC214x/platform.dox \
- ../os/hal/platforms/MSP430/platform.dox \
- ../os/hal/platforms/SPC56x/platform.dox \
- ../os/hal/platforms/STM32F1xx/platform.dox \
- ../os/hal/platforms/STM32F4xx/platform.dox \
- ../os/hal/platforms/STM32L1xx/platform.dox \
- ../os/hal/platforms/STM8L/platform.dox \
- ../os/hal/platforms/STM8S/platform.dox \
../os/various \
../test \
../ext/ext.dox
@@ -742,20 +698,17 @@ FILE_PATTERNS = *.c \
# should be searched for input files as well. Possible values are YES and NO.
# If left blank NO is used.
-RECURSIVE = NO
+RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should
# 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/STM32F1xx/stm32f10x.h \
- ../os/hal/platforms/STM32L1xx/stm32l10x.h \
- ../os/hal/platforms/STM8/stm8s.h \
- ../os/hal/platforms/STM8/stm8s_type.h \
- ../os/hal/platforms/LPC11xx/LPC11xx.h \
- ../os/hal/platforms/LPC11xx/system_LPC11xx.h \
- ../os/hal/platforms/LPC13xx/LPC13xx.h \
- ../os/hal/platforms/LPC13xx/system_LPC13xx.h
+EXCLUDE = ../os/ports/common/ARMCMx/CMSIS \
+ ../os/ports/SIMIA32 \
+ ../os/hal/platforms \
+ ../os/hal/templates \
+ ../test/coverage
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded