diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-03 07:53:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-03 07:53:04 +0000 |
commit | 3efae5da4a8da8a0d76db680f9031887eb9bc9a2 (patch) | |
tree | bd0a9a972f71c1f8557192d4a4af48569eb876bb /docs | |
parent | dd8ed26a097f263222c08a0cc6a5c48871d4dbbc (diff) | |
download | ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.gz ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.bz2 ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2051 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 560912bd5..161188400 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -608,7 +608,6 @@ 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 \ @@ -682,6 +681,8 @@ RECURSIVE = NO # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = ../os/hal/platforms/STM32/stm32f10x.h \ + ../os/hal/platforms/STM8/stm8s.h \ + ../os/hal/platforms/STM8/stm8s_type.h \ ../os/hal/platforms/LPC11xx/LPC11xx.h \ ../os/hal/platforms/LPC11xx/system_LPC11xx.h \ ../os/hal/platforms/LPC13xx/LPC13xx.h \ |