aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-25 16:07:38 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-25 16:07:38 -0400
commitdeed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a (patch)
tree9f8ed7e7709c2bd7494e4920b5397e0b659867c4 /Doxyfile
parentf2c5d9959424f5e698768d289d0129f1f7b6d891 (diff)
downloadlibrambutan-deed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a.tar.gz
librambutan-deed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a.zip
0.0.10 documentation checkpoint.
Merging in the standalone refactor docs, etc. The individual libmaple API pages are going to need to get redone.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 9bf02fc..5fbb079 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -608,7 +608,7 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
-FILE_PATTERNS = *.h
+FILE_PATTERNS = *.h *.c
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.
@@ -1372,7 +1372,10 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = __attribute__()= \
- __cplusplus
+ __cplusplus \
+ STM32_MEDIUM_DENSITY
+ STM32_HIGH_DENSITY
+ STM32_XL_DENSITY
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.