Commit f198b8af authored by Timothy Gu's avatar Timothy Gu

doxygen: Fix PREDEFINED syntax

parent 22df70e9
...@@ -1355,13 +1355,13 @@ INCLUDE_FILE_PATTERNS = ...@@ -1355,13 +1355,13 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator # undefined via #undef or recursively expanded use the := operator
# instead of the = operator. # instead of the = operator.
PREDEFINED = "__attribute__(x)=" \ PREDEFINED = __attribute__(x)= \
"DECLARE_ALIGNED(a,t,n)=t n" \ "DECLARE_ALIGNED(n,t,v)=t v" \
"offsetof(x,y)=0x42" \ offsetof(x,y)=0x42 \
av_alloc_size \ av_alloc_size(...)= \
AV_GCC_VERSION_AT_LEAST(x,y)=1 \ AV_GCC_VERSION_AT_LEAST(x,y)=1 \
AV_GCC_VERSION_AT_MOST(x,y)=0 \ AV_GCC_VERSION_AT_MOST(x,y)=0 \
__GNUC__=1 \ __GNUC__ \
# 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment