mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Doxyfile: imitate gcc for better libavutil/attributes.h documentation
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3679edf429
commit
939d22a297
@ -1359,6 +1359,8 @@ 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 \
|
av_alloc_size \
|
||||||
|
AV_GCC_VERSION_AT_LEAST(x,y)=1 \
|
||||||
|
__GNUC__=1 \
|
||||||
|
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user