From 9ae65232975e359f903cbd9f2cb0f1fc4ec58891 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 19 Apr 2003 14:53:26 +0000 Subject: [PATCH] Some configuration changes... --- doc/doxygen/doxygen.conf.in | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/doxygen/doxygen.conf.in b/doc/doxygen/doxygen.conf.in index 332224a..0d80ebe 100644 --- a/doc/doxygen/doxygen.conf.in +++ b/doc/doxygen/doxygen.conf.in @@ -159,7 +159,7 @@ VERBATIM_HEADERS = NO # will put list of the files that are included by a file in the documentation # of that file. -SHOW_INCLUDE_FILES = YES +SHOW_INCLUDE_FILES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style @@ -252,7 +252,7 @@ OPTIMIZE_OUTPUT_FOR_C = NO # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. -SHOW_USED_FILES = YES +SHOW_USED_FILES = NO #--------------------------------------------------------------------------- # configuration options related to warning and progress messages @@ -261,7 +261,7 @@ SHOW_USED_FILES = YES # 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 = YES +QUIET = NO # 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 @@ -297,14 +297,15 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = index.doc @top_srcdir@/include @top_srcdir@/gedcom +INPUT = index.doc \ + @top_srcdir@/include @top_srcdir@/gedcom # 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 # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -FILE_PATTERNS = *.h.in *.h *.c +FILE_PATTERNS = *.h.in *.h *.c # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -406,7 +407,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = myfooter.html # The HTML_STYLESHEET tag can be used to specify a user defined cascading # style sheet that is used by each HTML page. It can be used to -- 2.30.2