Skip to content
Snippets Groups Projects
Commit 13bbefd5 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

doxygen: Add av_alloc_size to list of predefined macros

This avoids Doxygen believing the attribute is the function name.
parent 74e742d6
Branches
Tags
No related merge requests found
...@@ -1375,7 +1375,8 @@ INCLUDE_FILE_PATTERNS = ...@@ -1375,7 +1375,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = "__attribute__(x)=" \ PREDEFINED = "__attribute__(x)=" \
"DECLARE_ALIGNED(a,t,n)=t n" \ "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 # 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. # this tag can be used to specify a list of macro names that should be expanded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment