summaryrefslogtreecommitdiff
path: root/common/doc
diff options
context:
space:
mode:
authorschodet2007-11-07 16:15:42 +0000
committerschodet2007-11-07 16:15:42 +0000
commit22db6c78fd9497e10f79cd75750877069a08bf40 (patch)
tree3803a85210478a740a6b90cf622c0449cdc62063 /common/doc
parent6295e80b69455b818b201f85a07ac18d469fba5a (diff)
* common/doc:
- fixed Doxygen config file and some Doxygen tags. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@964 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'common/doc')
-rw-r--r--common/doc/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/doc/Doxyfile b/common/doc/Doxyfile
index ef9f87b1bc..9be35c0ea3 100644
--- a/common/doc/Doxyfile
+++ b/common/doc/Doxyfile
@@ -1014,7 +1014,8 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = "DOXYGEN_ONLY=1" "__attribute__(x)=" "BEGIN_DECLS=" \
- "END_DECLS=" "BITFIELDS_WORD="
+ "END_DECLS=" "BITFIELDS_WORD=" "__FL=" \
+ "void_FL=void"
# 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.