aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-07 15:24:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-07 15:24:47 +0000
commitaea323e12179301b00e7766fc97dc3d3b51576d9 (patch)
tree4d6bf9467a957ee7ac26dc33fa69779b76fb8727 /docs/Doxyfile
parentfcd92814ce79c541fdaf3a6ef1ecfd497d75c7fd (diff)
downloadChibiOS-aea323e12179301b00e7766fc97dc3d3b51576d9.tar.gz
ChibiOS-aea323e12179301b00e7766fc97dc3d3b51576d9.tar.bz2
ChibiOS-aea323e12179301b00e7766fc97dc3d3b51576d9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@949 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index d6c461d6c..a7ee51445 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -573,10 +573,11 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../src/include \
+INPUT = ../docs/src \
+ ../src/include \
../src/templates \
../src \
- ../docs/src \
+ ../test \
../src/lib \
../ports/ARM7 \
../ports/ARM7/crt0.s \
@@ -637,7 +638,7 @@ FILE_PATTERNS = *.c \
# should be searched for input files as well. Possible values are YES and NO.
# If left blank NO is used.
-RECURSIVE = YES
+RECURSIVE = NO
# 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
@@ -1298,17 +1299,12 @@ PREDEFINED = __DOXYGEN__ \
CH_USE_CONDVARS_TIMEOUT=1 \
CH_USE_EVENTS=1 \
CH_USE_EVENTS_TIMEOUT=1 \
- CH_USE_EXIT_EVENT=1 \
CH_USE_QUEUES=1 \
- CH_USE_QUEUES_TIMEOUT=1 \
- CH_USE_QUEUES_HALFDUPLEX=1 \
CH_USE_SERIAL_FULLDUPLEX=1 \
- CH_USE_SERIAL_HALFDUPLEX=1 \
CH_USE_HEAP=1 \
CH_USE_MEMPOOLS=1 \
CH_USE_MESSAGES=1 \
CH_USE_MAILBOXES=1 \
- CH_USE_MESSAGES_EVENT=1 \
CH_USE_DYNAMIC=1 \
CH_DBG_ENABLE_ASSERTS=1 \
CH_DBG_ENABLE_CHECKS=1 \