summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-06-30 21:57:43 +0200
committerReinhard Tartler <siretart@tauware.de>2011-06-30 23:01:25 +0200
commit807aa2d8f398bf2b005fa1ecdf98b48be7cf54f9 (patch)
treee700582dc7f74eaa278d0f5fd1f819c850db4041 /Doxyfile
parentbe73d76b34481686020e423ccabcca77042d0ede (diff)
downloadffmpeg-streaming-807aa2d8f398bf2b005fa1ecdf98b48be7cf54f9.zip
ffmpeg-streaming-807aa2d8f398bf2b005fa1ecdf98b48be7cf54f9.tar.gz
doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof macros
Without this, members that have been declare with the DECLARE_ALIGNED macro don't show up at all in the generated documentation.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
index 6f32da6..bc9e7a1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1160,6 +1160,7 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = __attribute__(x)="" "RENAME(x)=x ## _TMPL" "DEF(x)=x ## _TMPL" \
HAVE_AV_CONFIG_H HAVE_MMX HAVE_MMX2 HAVE_AMD3DNOW \
+ "DECLARE_ALIGNED(a,t,n)=t n" "offsetof(x,y)=0x42" \
# 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