From 0b76f8128d9fcf7f3c1ae0defdd08e464d7b81be Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 7 Oct 2005 14:05:43 +0000 Subject: [PATCH] user.cfg.in: Update to Doyxygen 1.4.4. 2005-10-07 Benjamin Kosnik * docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4. From-SVN: r105087 --- libstdc++-v3/ChangeLog | 4 +++ libstdc++-v3/docs/doxygen/user.cfg.in | 52 +++++++++++++++------------ 2 files changed, 34 insertions(+), 22 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9708c9b31b25..9732bc008e97 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-10-07 Benjamin Kosnik + + * docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4. + 2005-10-05 Paolo Carlini * include/ext/sso_string_base.h (struct __sso_string_local): diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index 4048290b7ced..06df07b21cf3 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -1,4 +1,4 @@ -# Doxyfile 1.4.2 +# Doxyfile 1.4.4 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "libstdc++ source" +PROJECT_NAME = "libstdc++" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -97,11 +97,10 @@ ABBREVIATE_BRIEF = ALWAYS_DETAILED_SEC = YES -# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show -# all inherited members of a class in the documentation of that class -# as if those members were ordinary class members. Constructors, -# destructors and assignment operators of the base classes will not be -# shown. +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. INLINE_INHERITED_MEMB = YES @@ -192,10 +191,10 @@ TAB_SIZE = 4 ALIASES = "doctodo=@todo\nDoc me! See docs/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more." \ "isiosfwd=One of the @link s27_2_iosfwd I/O forward declarations @endlink" -# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C -# sources only. Doxygen will then generate output that is more tailored for C. -# For instance, some of the names that are used will be different. The list -# of all members will be omitted, etc. +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of +# C sources only. Doxygen will then generate output that is more +# tailored for C. 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 @@ -380,7 +379,7 @@ SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple # directories then setting the SHOW_DIRECTORIES tag to YES will show -# the directory hierarchy in the documentation. +# the directory hierarchy in the documentation. The default is YES. SHOW_DIRECTORIES = YES @@ -543,7 +542,9 @@ EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories +# for example use the pattern */test/* EXCLUDE_PATTERNS = CVS \ stamp-* \ @@ -576,13 +577,13 @@ EXAMPLE_RECURSIVE = NO IMAGE_PATH = -# The INPUT_FILTER tag can be used to specify a program that doxygen should -# invoke to filter for each input file. Doxygen will invoke the filter program -# by executing (via popen()) the command , where -# is the value of the INPUT_FILTER tag, and is the name of an -# input file. Doxygen will then use the output that the filter program writes -# to standard output. If FILTER_PATTERNS is specified, this tag will be -# ignored. +# The INPUT_FILTER tag can be used to specify a program that doxygen +# should invoke to filter for each input file. Doxygen will invoke the +# filter program by executing (via popen()) the command +# , where is the value of the INPUT_FILTER tag, +# and is the name of an input file. Doxygen will then use +# the output that the filter program writes to standard output. If +# FILTER_PATTERNS is specified, this tag will be ignored. INPUT_FILTER = @@ -635,6 +636,14 @@ REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You +# will need version 4.8.6 or higher. + +USE_HTAGS = NO + # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. @@ -665,8 +674,7 @@ COLS_IN_ALPHA_INDEX = 2 IGNORE_PREFIX = std \ std::tr1 \ __gnu_cxx \ - __gnu_debug - + __gnu_debug #--------------------------------------------------------------------------- # configuration options related to the HTML output -- 2.43.5