diff options
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 \
|