diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 11:15:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 11:15:24 +0000 |
commit | 8ce831d013cd306b24c3e6eca4c1efec28469f5b (patch) | |
tree | ebbacbe6d0238794cefa78fa9935ece975872b10 /docs/Doxyfile | |
parent | f7117a6201769d9d10c59415bf93f7948a2703ae (diff) | |
download | ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.tar.gz ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.tar.bz2 ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1087 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 32 |
1 files changed, 17 insertions, 15 deletions
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 |