diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-22 14:46:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-22 14:46:41 +0000 |
commit | 4efde56cebd1b9164e3a44b8f6e0155b73ec6b9a (patch) | |
tree | 1844c074ef3a4af08610821851a14b6e2e773111 /docs | |
parent | 07373823d55f485e0a54234628418b6097113e6b (diff) | |
download | ChibiOS-4efde56cebd1b9164e3a44b8f6e0155b73ec6b9a.tar.gz ChibiOS-4efde56cebd1b9164e3a44b8f6e0155b73ec6b9a.tar.bz2 ChibiOS-4efde56cebd1b9164e3a44b8f6e0155b73ec6b9a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2523 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 1848eb9d9..bf33085a7 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -628,6 +628,8 @@ INPUT = ../docs/src \ ../os/ports/GCC/MSP430 \ ../os/ports/IAR/ARMCMx \ ../os/ports/IAR/ARMCMx/STM32 \ + ../os/ports/RVCT/ARMCMx \ + ../os/ports/RVCT/ARMCMx/STM32 \ ../os/ports/cosmic/STM8 \ ../os/ports/RC/STM8 \ ../os/hal \ |