summaryrefslogtreecommitdiff
path: root/common/doc
diff options
context:
space:
mode:
authorschodet2007-03-23 17:10:41 +0000
committerschodet2007-03-23 17:10:41 +0000
commit66aca88d7494c2e3c0453339dd324a3139b0e47f (patch)
treecb302c8e007fc0cdcbff07c7b8f900e8f4e3c77e /common/doc
parentcc45df5075d0f71a8d6c9cd49a9f6bb7b48c2e05 (diff)
Added lib/dbg.
Fixed doc. Added LIB_RND_RATIO. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@18 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'common/doc')
-rw-r--r--common/doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/doc/Doxyfile b/common/doc/Doxyfile
index 1b015b2401..ced497b421 100644
--- a/common/doc/Doxyfile
+++ b/common/doc/Doxyfile
@@ -1012,7 +1012,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = "DOXYGEN_ONLY=1"
+PREDEFINED = "DOXYGEN_ONLY=1", "__attribute__(x)="
# 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.