aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-25 16:48:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-25 16:48:00 +0000
commit508b7bc93297fcb74af43b11b1435aa96add3c85 (patch)
treea1395fa6f4d0b0bbf18f8461e0dfee4fa4cb784f /docs/Doxyfile
parent947fd0901e98f460d7020990a47e8820595a20d1 (diff)
downloadChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.gz
ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.bz2
ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1675 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 02ed1edb3..1ea40a3b8 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -598,7 +598,8 @@ INPUT = ../docs/src \
../os/hal/platforms/MSP430 \
../os/hal/platforms/STM32 \
../os/various \
- ../test
+ ../test \
+ ../ext/ext.dox
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -1315,6 +1316,7 @@ PREDEFINED = __DOXYGEN__ \
CH_USE_MESSAGES=1 \
CH_USE_MAILBOXES=1 \
CH_USE_DYNAMIC=1 \
+ CH_USE_REGISTRY=1 \
CH_DBG_ENABLE_ASSERTS=1 \
CH_DBG_ENABLE_CHECKS=1 \
CH_DBG_ENABLE_TRACE=1 \