From bd50dd065001e4534356b7eee1e67cb1c486cb04 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 29 Nov 2009 08:05:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1340 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3