This avoids Doxygen believing the attribute is the function name.
---
 doc/Doxyfile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 1b4e7d5..6fd0bd9 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1381,7 +1381,8 @@ PREDEFINED             = "__attribute__(x)=" \
                          HAVE_MMXEXT \
                          HAVE_AMD3DNOW \
                          "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.
-- 
1.7.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to