X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Doxyfile.in;h=32f8d0b532da8b0d09c68433d64b33844671dd83;hp=052549a73a5e1180d06f205fd0f4584e61e67a41;hb=ba1eb985bfd53a8cfbfd251e65688921dba56236;hpb=f53079fadcadb1eeef45e1e6d254801d984d6068 diff --git a/Doxyfile.in b/Doxyfile.in index 052549a..32f8d0b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -186,7 +186,7 @@ ALIASES = # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. -OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources # only. Doxygen will then generate output that is more tailored for Java. @@ -950,7 +950,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT=" +PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT=" "HAVE_XML2=1" "HAVE_XSLT=1" # 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.