diff options
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 6f2187e40..1a67d8c24 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -583,8 +583,9 @@ INPUT = ../docs/src \ ../os/ports/GCC/ARM7 \ ../os/ports/GCC/ARM7/crt0.s \ ../os/ports/GCC/ARM7/chcoreasm.s \ - ../os/ports/GCC/ARMCM3 \ - ../os/ports/GCC/ARMCM3/crt0.s \ + ../os/ports/GCC/ARMCMx \ + ../os/ports/GCC/ARMCMx/crt0.s \ + ../os/ports/GCC/ARMCMx\STM32F103 \ ../os/ports/GCC/PPC \ ../os/ports/GCC/PPC/crt0.s \ ../os/ports/GCC/MSP430 \ |