summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 2627a7e23c..69e9d25c35 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1373,14 +1373,9 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = "__attribute__(x)=" \
- "RENAME(x)=x ## _TMPL" \
- "DEF(x)=x ## _TMPL" \
- HAVE_AV_CONFIG_H \
- HAVE_MMX \
- 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.