From 39e241685808c41d927a8c94839a4e12707b6a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 19 Apr 2007 12:06:45 +0200 Subject: Define DOXYGEN when building doxygen documentation, to allow #ifdeffing the definitions. --- doc/Doxyfile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3