diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index e67416a4c..23695dce5 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -600,8 +600,10 @@ INPUT = ../docs/src \ ../os/ports/GCC/ARM7 \ ../os/ports/GCC/ARM7/crt0.s \ ../os/ports/GCC/ARM7/chcoreasm.s \ + ../os/ports/GCC/ARMCMx \ + ../os/ports/GCC/ARMCMx/crt0.s \ + ../os/ports/GCC/ARMCMx/STM32F10x \ ../os/ports/GCC/ARMCM3 \ - ../os/ports/GCC/ARMCM3/crt0.s \ ../os/ports/GCC/ARMCM3\STM32F103 \ ../os/ports/GCC/PPC \ ../os/ports/GCC/PPC/crt0.s \ |