From d0fcf39f0c6201c8cce439395eee051798c0a958 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Jul 2011 12:33:11 +0200 Subject: 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. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doxyfile') 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 -- cgit v1.2.3