diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 16:51:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 16:51:15 +0000 |
commit | cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba (patch) | |
tree | 802fa46e8f5657bf8af7625849e6bce66656a9b0 /docs/Doxyfile | |
parent | 69d687d05d42ba501c5aa1a6b26a2a7f46954612 (diff) | |
download | ChibiOS-cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba.tar.gz ChibiOS-cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba.tar.bz2 ChibiOS-cb692f1c51bb79c7c6f015cef9da5dfeb1bfebba.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@636 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 582fcc532..fc3f3f1f6 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -84,7 +84,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../src/include ../src/templates ../src ../docs/ch.txt ../src/lib ../ports/ARM7 ../ports/ARMCM3 +INPUT = ../src/include ../src/templates ../src ../docs/ch.txt ../src/lib ../ports/ARM7 ../ports/ARMCM3 ../ports/MSP430 INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py *.ddf RECURSIVE = YES |