aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-07-18 12:19:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-07-18 12:19:47 +0000
commit5ed3eb8eb99eecad0138843118e2e6d39a3189f8 (patch)
tree8371a1e8b5ff91da230709cdf3b40126e462ad04 /docs/Doxyfile
parent292b65d6ecee8922c0b56f58c212d931ffb2a075 (diff)
downloadChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.tar.gz
ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.tar.bz2
ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.zip
Version numbers, doxygen files, and readme updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index d518c61ac..b26a2d37d 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 1.3.1
+PROJECT_NUMBER = 1.3.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -644,7 +644,8 @@ 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 =
+EXCLUDE = ../ports/ARMCM3/cmsis \
+ ../ports/ARMCM3-STM32F103/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