]> git.sesse.net Git - ffmpeg/commitdiff
doxygen: Add av_alloc_size to list of predefined macros
authorDiego Biurrun <diego@biurrun.de>
Mon, 22 Oct 2012 14:16:07 +0000 (16:16 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 26 Oct 2012 16:28:38 +0000 (18:28 +0200)
This avoids Doxygen believing the attribute is the function name.

doc/Doxyfile

index eb394f0a6eead97f0f8634442cfdc424faba18fb..aa1f4e29474e778abb8047cd6da631aa25240a34 100644 (file)
@@ -1375,7 +1375,8 @@ INCLUDE_FILE_PATTERNS  =
 
 PREDEFINED             = "__attribute__(x)=" \
                          "DECLARE_ALIGNED(a,t,n)=t n" \
-                         "offsetof(x,y)=0x42"
+                         "offsetof(x,y)=0x42" \
+                         av_alloc_size \
 
 # 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.