From 0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 20 Aug 2009 12:53:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1090 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/Doxyfile') diff --git a/docs/Doxyfile b/docs/Doxyfile index 4a9d6d266..4c5d517e9 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -580,15 +580,17 @@ INPUT = ../docs/src \ ../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/io/platforms/AT91SAM7X \ + ../os/io/platforms/AVR \ + ../os/io/platforms/LPC214x \ + ../os/io/platforms/MSP430 \ + ../os/io/platforms/STM32F103 \ ../os/various \ ../test -- cgit v1.2.3