diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 14:43:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 14:43:37 +0000 |
commit | 2db4cf0e6db4900c8369e16cf998d1437abc7fcf (patch) | |
tree | 57703519f291b2f257485ab8822c6ef7095e79a8 /docs | |
parent | 0116b4d06b31b2adbd03576074bbc8503a023218 (diff) | |
download | ChibiOS-2db4cf0e6db4900c8369e16cf998d1437abc7fcf.tar.gz ChibiOS-2db4cf0e6db4900c8369e16cf998d1437abc7fcf.tar.bz2 ChibiOS-2db4cf0e6db4900c8369e16cf998d1437abc7fcf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2597 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 \ |