diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 17:35:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 17:35:15 +0000 |
commit | 22c2ad1621b473f59ab7ef14fbbe568f5b22ee80 (patch) | |
tree | fdeb40cc37d750fd7e93392dbbe8b6b98706cef4 | |
parent | d88897bf4d4a5d5436277814d76f0991ecbf4489 (diff) | |
download | ChibiOS-22c2ad1621b473f59ab7ef14fbbe568f5b22ee80.tar.gz ChibiOS-22c2ad1621b473f59ab7ef14fbbe568f5b22ee80.tar.bz2 ChibiOS-22c2ad1621b473f59ab7ef14fbbe568f5b22ee80.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1146 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/Doxyfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 981d70ee6..9a11aa4d0 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -650,8 +650,7 @@ RECURSIVE = NO # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = ../ports/ARMCM3/cmsis \ - ../ports/ARMCM3-STM32F103/stm32f10x.h +EXCLUDE = ../os/io/platforms/STM32/stm32f10x.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |