summaryrefslogtreecommitdiffstats
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-22 16:16:07 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-26 18:28:38 +0200
commit13bbefd57e8dcabae650f4a02e667d5c003c289f (patch)
tree620163ca7f269ea526af8c6dda26c3fb66bae376 /doc/Doxyfile
parent74e742d6ad09becc2d43e5382c141e0356ad6071 (diff)
downloadffmpeg-streaming-13bbefd57e8dcabae650f4a02e667d5c003c289f.zip
ffmpeg-streaming-13bbefd57e8dcabae650f4a02e667d5c003c289f.tar.gz
doxygen: Add av_alloc_size to list of predefined macros
This avoids Doxygen believing the attribute is the function name.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index eb394f0..aa1f4e2 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1375,7 +1375,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = "__attribute__(x)=" \
"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.
OpenPOWER on IntegriCloud