summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-19 12:06:45 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-19 12:06:45 +0200
commit39e241685808c41d927a8c94839a4e12707b6a3f (patch)
treec89b8afaa28a206123aad642cd7a24f1adc93264 /doc
parent1ab66e82c8d65ee7dbaded31d4c07e1ddaf8b868 (diff)
downloadxine-lib-39e241685808c41d927a8c94839a4e12707b6a3f.tar.gz
xine-lib-39e241685808c41d927a8c94839a4e12707b6a3f.tar.bz2
Define DOXYGEN when building doxygen documentation, to allow #ifdeffing the definitions.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 1afbfe1bb..38d9179c3 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -797,8 +797,9 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = XINE_COMPILE XINE_PACKED= ATTR_ALIGN(x)=
-PREDEFINED += XINE_PROTECTED= XINE_MALLOC=
+PREDEFINED = DOXYGEN XINE_COMPILE
+PREDEFINED += XINE_PACKED= ATTR_ALIGN(x)= XINE_PROTECTED=
+PREDEFINED += XINE_MALLOC=
# 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.