git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
154ff81
)
doxygen: Drop some pointless entries from PREDEFINED macros list
author
Diego Biurrun
<diego@biurrun.de>
Tue, 23 Oct 2012 19:12:48 +0000
(21:12 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 26 Oct 2012 16:28:38 +0000
(18:28 +0200)
doc/Doxyfile
patch
|
blob
|
history
diff --git
a/doc/Doxyfile
b/doc/Doxyfile
index
1b4e7d5
..
eb394f0
100644
(file)
--- 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"