aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-07 16:42:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-07 16:42:24 +0000
commit02f5682694bf8259edfd9159c712086ffde1bf33 (patch)
treee6b5a43e48aca541640edbca6c1c566de6f58404 /docs
parenta2e8b0a34abc3133df25b36fceacfa4e664c6e01 (diff)
downloadChibiOS-02f5682694bf8259edfd9159c712086ffde1bf33.tar.gz
ChibiOS-02f5682694bf8259edfd9159c712086ffde1bf33.tar.bz2
ChibiOS-02f5682694bf8259edfd9159c712086ffde1bf33.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3206 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile_chm13
-rw-r--r--docs/Doxyfile_html13
2 files changed, 16 insertions, 10 deletions
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 \