diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile_chm | 6 | ||||
-rw-r--r-- | docs/Doxyfile_html | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index 085a4d06a..7bd911db7 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -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 \
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 \
|