X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Doxyfile.in;h=cfd466a6f59a08e760b32a8c769148c1f120c027;hp=73a0a80eba13efbcac692c15665eaba9c4e2e6c0;hb=0687f09242bf75f0a1dcf03558b28ed800463d18;hpb=2ca607a50dd3ebdb0b05ce6cc1df66caa78eb544 diff --git a/Doxyfile.in b/Doxyfile.in index 73a0a80..cfd466a 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=" "HAVE_XML2=1" "HAVE_XSLT=1" +PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT=" "YAZ_HAVE_XML2=1" "YAZ_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.