diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-14 09:51:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-14 09:51:13 +0000 |
commit | 8de4dd0ed3f9299f51557bc230621bf0695a2327 (patch) | |
tree | 87a0f7fc8bf9e1b8c84d9b81ff4a2917805bca75 /docs/Doxyfile_html | |
parent | 6bf5fc1dbcd8a2c2151907f6b95251d739572657 (diff) | |
download | ChibiOS-8de4dd0ed3f9299f51557bc230621bf0695a2327.tar.gz ChibiOS-8de4dd0ed3f9299f51557bc230621bf0695a2327.tar.bz2 ChibiOS-8de4dd0ed3f9299f51557bc230621bf0695a2327.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3233 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile_html')
-rw-r--r-- | docs/Doxyfile_html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 7e85cd9ed..73981e6dd 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -658,11 +658,13 @@ INPUT = ../docs/src \ ../os/ports/GCC/AVR \
../os/ports/GCC/MSP430 \
../os/ports/IAR/ARMCMx \
- ../os/ports/IAR/ARMCMx/STM32 \
+ ../os/ports/IAR/ARMCMx/STM32F1xx \
+ ../os/ports/IAR/ARMCMx/STM32L1xx \
../os/ports/IAR/ARMCMx/LPC11xx \
../os/ports/IAR/ARMCMx/LPC13xx \
../os/ports/RVCT/ARMCMx \
- ../os/ports/RVCT/ARMCMx/STM32 \
+ ../os/ports/RVCT/ARMCMx/STM32F1xx \
+ ../os/ports/RVCT/ARMCMx/STM32L1xx \
../os/ports/RVCT/ARMCMx/LPC11xx \
../os/ports/RVCT/ARMCMx/LPC13xx \
../os/ports/cosmic/STM8 \
|