From 8ce831d013cd306b24c3e6eca4c1efec28469f5b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 20 Aug 2009 11:15:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1087 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'docs/Doxyfile') diff --git a/docs/Doxyfile b/docs/Doxyfile index b26a2d37d..4a9d6d266 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -574,21 +574,23 @@ WARN_LOGFILE = # with spaces. INPUT = ../docs/src \ - ../src/include \ - ../src/templates \ - ../src \ - ../test \ - ../src/lib \ - ../ports/ARM7 \ - ../ports/ARM7/crt0.s \ - ../ports/ARM7/chcoreasm.s \ - ../ports/ARM7-AT91SAM7X \ - ../ports/ARM7-LPC214x \ - ../ports/ARMCM3 \ - ../ports/ARMCM3/crt0.s \ - ../ports/ARMCM3-STM32F103 \ - ../ports/MSP430 \ - ../ports/AVR + ../os/kernel/include \ + ../os/kernel/src \ + ../os/ports/templates \ + ../os/ports/GCC/ARM7 \ + ../os/ports/GCC/ARM7/crt0.s \ + ../os/ports/GCC/ARM7/chcoreasm.s \ + ../os/ports/GCC/ARM7/AT91SAM7X \ + ../os/ports/GCC/ARM7/LPC214x \ + ../os/ports/GCC/ARMCM3 \ + ../os/ports/GCC/ARMCM3/crt0.s \ + ../os/ports/GCC/ARMCM3/STM32F103 \ + ../os/ports/GCC/MSP430 \ + ../os/ports/GCC/AVR \ + ../os/io \ + ../os/io/templates \ + ../os/various \ + ../test # 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 -- cgit v1.2.3