summaryrefslogtreecommitdiff
path: root/common/doc
diff options
context:
space:
mode:
authorschodet2007-04-18 16:30:23 +0000
committerschodet2007-04-18 16:30:23 +0000
commit32470c416ee51735e2fe6cf7e178d82d195f2768 (patch)
treef98d2d2aba8c7ec60f56e86e58c0323dc749bbbf /common/doc
parent6a4d779f81ddd03953da1d6ade8d7091171d778a (diff)
Added DSR handling.
Do not pass PB DMA status using a structure, but a word. Added bit-fields reversing. Added lib/preproc. Added lib/defs. Fixed some doxygen doc. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@49 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 44ffbc3cd7..09cb2b3121 100644
--- a/common/doc/Doxyfile
+++ b/common/doc/Doxyfile
@@ -1013,7 +1013,7 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = "DOXYGEN_ONLY=1" "__attribute__(x)=" "BEGIN_DECLS=" \
- "END_DECLS="
+ "END_DECLS=" "BITFIELDS_WORD="
# 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.