summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-23 21:12:48 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-26 18:28:38 +0200
commit74e742d6ad09becc2d43e5382c141e0356ad6071 (patch)
treef1f2e15a0c829b177203c00bc27fb60efb90d319 /doc/Doxyfile
parent154ff81870ce9838eaa87b19d0f5ecceb9dd514e (diff)
doxygen: Drop some pointless entries from PREDEFINED macros list
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 1b4e7d528b..eb394f0a6e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1374,12 +1374,6 @@ 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"