aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 20:29:54 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:55:19 +0200
commitfe9381ede6128073fa50cf3f725a72ceb32f76c3 (patch)
tree92fadb290509da1bde8c728e8edc9d9c6e9cd980
parent80c8b988fb0b686f7e0b3f97ac83c1814f897d45 (diff)
downloadffmpeg-fe9381ede6128073fa50cf3f725a72ceb32f76c3.tar.gz
doc/Doxyfile: Add FF_PAD_STRUCTURE to PREDEFINED
The FF_PAD_STRUCTURE is too complex for doxygen to be able to properly handle, resulting in completely broken AVBPrint documentation. To fix that, tell Doxygen what to expand that macro to.
-rw-r--r--doc/Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 0891899505..572c532da5 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1980,6 +1980,7 @@ PREDEFINED = __attribute__(x)= \
av_alloc_size(...)= \
AV_GCC_VERSION_AT_LEAST(x,y)=1 \
AV_GCC_VERSION_AT_MOST(x,y)=0 \
+ "FF_PAD_STRUCTURE(name,size,...)=typedef struct name { __VA_ARGS__ } name;" \
__GNUC__
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this