diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-12 18:49:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-12 18:49:13 +0000 |
commit | ec495f424c4e1d5dee0e367691d2e6b3cb07d3b1 (patch) | |
tree | 61f6fc922118c24a39b0ebf9e5443d3faf1cdfa9 /docs/Doxyfile | |
parent | 9791739749f55690b4b50d0ddc04e8a0cf52ddc3 (diff) | |
download | ChibiOS-ec495f424c4e1d5dee0e367691d2e6b3cb07d3b1.tar.gz ChibiOS-ec495f424c4e1d5dee0e367691d2e6b3cb07d3b1.tar.bz2 ChibiOS-ec495f424c4e1d5dee0e367691d2e6b3cb07d3b1.zip |
Fixed a cosmic/STM8 documentation problem in the Doxyfile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2078 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 9effb593d..5cd411f0d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -608,6 +608,7 @@ INPUT = ../docs/src \ ../os/ports/GCC/PPC \ ../os/ports/GCC/PPC/crt0.s \ ../os/ports/GCC/MSP430 \ + ../os/ports/cosmic/STM8 \ ../os/ports/RC/STM8 \ ../os/hal \ ../os/hal/include \ |