aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 08:05:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 08:05:56 +0000
commitbd50dd065001e4534356b7eee1e67cb1c486cb04 (patch)
tree713c4101a130f0dbc468507462310873cc3e3d0a /docs
parent2f43c85736e70a59c0b3675d01d4ddc521223263 (diff)
downloadChibiOS-bd50dd065001e4534356b7eee1e67cb1c486cb04.tar.gz
ChibiOS-bd50dd065001e4534356b7eee1e67cb1c486cb04.tar.bz2
ChibiOS-bd50dd065001e4534356b7eee1e67cb1c486cb04.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1340 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index c01a26e0a..3c9227521 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -586,13 +586,15 @@ INPUT = ../docs/src \
../os/ports/GCC/ARMCM3/crt0.s \
../os/ports/GCC/MSP430 \
../os/ports/GCC/AVR \
- ../os/io \
- ../os/io/templates \
- ../os/io/platforms/AT91SAM7 \
- ../os/io/platforms/AVR \
- ../os/io/platforms/LPC214x \
- ../os/io/platforms/MSP430 \
- ../os/io/platforms/STM32 \
+ ../os/hal \
+ ../os/hal/include \
+ ../os/hal/src \
+ ../os/hal/templates \
+ ../os/hal/platforms/AT91SAM7 \
+ ../os/hal/platforms/AVR \
+ ../os/hal/platforms/LPC214x \
+ ../os/hal/platforms/MSP430 \
+ ../os/hal/platforms/STM32 \
../os/various \
../test
@@ -650,7 +652,7 @@ 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/io/platforms/STM32/stm32f10x.h
+EXCLUDE = ../os/hal/platforms/STM32/stm32f10x.h
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded