From 02f5682694bf8259edfd9159c712086ffde1bf33 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Aug 2011 16:42:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3206 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile_chm | 13 ++++++++----- docs/Doxyfile_html | 13 ++++++++----- 2 files changed, 16 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index f6580b758..085a4d06a 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -647,10 +647,11 @@ INPUT = ../docs/src \ ../os/kernel/templates \ ../os/ports \ ../os/ports/GCC/ARM \ - ../os/ports/GCC/ARM\LPC214x \ - ../os/ports/GCC/ARM\AT91SAM7 \ + ../os/ports/GCC/ARM/LPC214x \ + ../os/ports/GCC/ARM/AT91SAM7 \ ../os/ports/GCC/ARMCMx \ - ../os/ports/GCC/ARMCMx/STM32 \ + ../os/ports/GCC/ARMCMx/STM32F1xx \ + ../os/ports/GCC/ARMCMx/STM32L1xx \ ../os/ports/GCC/ARMCMx/LPC11xx \ ../os/ports/GCC/ARMCMx/LPC13xx \ ../os/ports/GCC/PPC \ @@ -679,7 +680,8 @@ INPUT = ../docs/src \ ../os/hal/platforms/LPC214x/platform.dox \ ../os/hal/platforms/MSP430/platform.dox \ ../os/hal/platforms/SPC56x/platform.dox \ - ../os/hal/platforms/STM32/platform.dox \ + ../os/hal/platforms/STM32F1xx/platform.dox \ + ../os/hal/platforms/STM32L1xx/platform.dox \ ../os/hal/platforms/STM8L/platform.dox \ ../os/hal/platforms/STM8S/platform.dox \ ../os/various \ @@ -742,7 +744,8 @@ 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/hal/platforms/STM32/stm32f10x.h \ +EXCLUDE = ../os/hal/platforms/STM32F1xx/stm32f10x.h \ + ../os/hal/platforms/STM32L1xx/stm32l10x.h \ ../os/hal/platforms/STM8/stm8s.h \ ../os/hal/platforms/STM8/stm8s_type.h \ ../os/hal/platforms/LPC11xx/LPC11xx.h \ diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 0d2e6e31b..7e85cd9ed 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -647,10 +647,11 @@ INPUT = ../docs/src \ ../os/kernel/templates \ ../os/ports \ ../os/ports/GCC/ARM \ - ../os/ports/GCC/ARM\LPC214x \ - ../os/ports/GCC/ARM\AT91SAM7 \ + ../os/ports/GCC/ARM/LPC214x \ + ../os/ports/GCC/ARM/AT91SAM7 \ ../os/ports/GCC/ARMCMx \ - ../os/ports/GCC/ARMCMx/STM32 \ + ../os/ports/GCC/ARMCMx/STM32F1xx \ + ../os/ports/GCC/ARMCMx/STM32L1xx \ ../os/ports/GCC/ARMCMx/LPC11xx \ ../os/ports/GCC/ARMCMx/LPC13xx \ ../os/ports/GCC/PPC \ @@ -679,7 +680,8 @@ INPUT = ../docs/src \ ../os/hal/platforms/LPC214x/platform.dox \ ../os/hal/platforms/MSP430/platform.dox \ ../os/hal/platforms/SPC56x/platform.dox \ - ../os/hal/platforms/STM32/platform.dox \ + ../os/hal/platforms/STM32F1xx/platform.dox \ + ../os/hal/platforms/STM32L1xx/platform.dox \ ../os/hal/platforms/STM8L/platform.dox \ ../os/hal/platforms/STM8S/platform.dox \ ../os/various \ @@ -742,7 +744,8 @@ 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/hal/platforms/STM32/stm32f10x.h \ +EXCLUDE = ../os/hal/platforms/STM32F1xx/stm32f10x.h \ + ../os/hal/platforms/STM32L1xx/stm32l10x.h \ ../os/hal/platforms/STM8/stm8s.h \ ../os/hal/platforms/STM8/stm8s_type.h \ ../os/hal/platforms/LPC11xx/LPC11xx.h \ -- cgit v1.2.3