From: Peter Verthez Date: Sat, 26 Apr 2003 19:28:29 +0000 (+0000) Subject: Some additional configuration. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=91be7ffbee6e1444d9494a04a68863d7cf6c3193;p=gedcom-parse.git Some additional configuration. --- diff --git a/doc/doxygen/doxygen.conf.in b/doc/doxygen/doxygen.conf.in index 52673c8..b498457 100644 --- a/doc/doxygen/doxygen.conf.in +++ b/doc/doxygen/doxygen.conf.in @@ -312,19 +312,19 @@ SHOW_USED_FILES = NO # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. -WARNINGS = YES +WARNINGS = NO # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some @@ -358,7 +358,8 @@ WARN_LOGFILE = INPUT = index.doc \ @top_srcdir@/include/gedcom.h \ @top_srcdir@/include/gom.h \ - @top_srcdir@/gedcom + @top_srcdir@/gedcom \ + @top_srcdir@/gom # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -863,7 +864,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = +PREDEFINED = # 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. @@ -904,7 +905,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes