diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-20 15:06:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-20 15:06:27 +0000 |
commit | 25d2722b09c5ed808fbb5b09bafc94f253da2479 (patch) | |
tree | c308283817c5d096de522fde5785b138bc34f5e8 /docs/Doxyfile | |
parent | 717cce94078fb9a2747e8a38a3b331a4f79c8822 (diff) | |
download | ChibiOS-25d2722b09c5ed808fbb5b09bafc94f253da2479.tar.gz ChibiOS-25d2722b09c5ed808fbb5b09bafc94f253da2479.tar.bz2 ChibiOS-25d2722b09c5ed808fbb5b09bafc94f253da2479.zip |
Doc.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2514 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 91e033402..d1dd65d2a 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -626,6 +626,8 @@ INPUT = ../docs/src \ ../os/ports/GCC/PPC \ ../os/ports/GCC/AVR \ ../os/ports/GCC/MSP430 \ + ../os/ports/IAR/ARMCMx \ + ../os/ports/IAR/ARMCMx/STM32 \ ../os/ports/cosmic/STM8 \ ../os/ports/RC/STM8 \ ../os/hal \ |