summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-01-26 14:16:59 +0000
committerJames Bursa <james@netsurf-browser.org>2004-01-26 14:16:59 +0000
commit5b3f7219b8aa47c80aac5159c162d2186e91d41a (patch)
treeb4ab8d05c11b64d2d5a2a07222a84ea76789494d /Docs
parent658084359d02596b425a27ac4c452ff65f73e1f8 (diff)
downloadnetsurf-5b3f7219b8aa47c80aac5159c162d2186e91d41a.tar.gz
netsurf-5b3f7219b8aa47c80aac5159c162d2186e91d41a.tar.bz2
[project @ 2004-01-26 14:16:59 by bursa]
Predefine all WITH_ constants. svn path=/import/netsurf/; revision=509
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index b28d6aae1..6d022efc4 100644
--- a/Docs/Doxyfile
+++ b/Docs/Doxyfile
@@ -889,7 +889,7 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = riscos CSS_INTERNALS
+PREDEFINED = riscos CSS_INTERNALS WITH_POST WITH_DRAW WITH_GIF WITH_JPEG WITH_PNG WITH_SPRITE WITH_PLUGIN WITH_FRAMES WITH_AUTH WITH_COOKIES WITH_ABOUT WITH_URI WITH_URL
# 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.