summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-04 12:33:11 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-14 04:09:50 +0200
commitd0fcf39f0c6201c8cce439395eee051798c0a958 (patch)
tree32a10116a34a2d0af590ced889edc113c5f462f2 /Doxyfile
parent96c1e6d40d389eeb628840030dfe340d762a7ac8 (diff)
doxygen: Move function documentation into the macro generating the function.
This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index a4beaba323..bb8d92b298 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1382,7 +1382,8 @@ PREDEFINED = "__attribute__(x)=" \
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED = declare_idct
+EXPAND_AS_DEFINED = declare_idct \
+ READ_PAR_DATA \
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone