diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index bf33085a7..5a61308cf 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -628,8 +628,12 @@ INPUT = ../docs/src \ ../os/ports/GCC/MSP430 \ ../os/ports/IAR/ARMCMx \ ../os/ports/IAR/ARMCMx/STM32 \ + ../os/ports/IAR/ARMCMx/LPC11xx \ + ../os/ports/IAR/ARMCMx/LPC13xx \ ../os/ports/RVCT/ARMCMx \ ../os/ports/RVCT/ARMCMx/STM32 \ + ../os/ports/RVCT/ARMCMx/LPC11xx \ + ../os/ports/RVCT/ARMCMx/LPC13xx \ ../os/ports/cosmic/STM8 \ ../os/ports/RC/STM8 \ ../os/hal \ |