2005-10-07 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Oct 2005 14:05:43 +0000 (14:05 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Oct 2005 14:05:43 +0000 (14:05 +0000)
* docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105087 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/user.cfg.in

index 9708c9b..9732bc0 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4.
+
 2005-10-05  Paolo Carlini  <pcarlini@suse.de>
 
        * include/ext/sso_string_base.h (struct __sso_string_local):
index 4048290..06df07b 100644 (file)
@@ -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 <filter> <input-file>, where <filter> 
-# is the value of the INPUT_FILTER tag, and <input-file> 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 <filter>
+# <input-file>, where <filter> is the value of the INPUT_FILTER tag,
+# and <input-file> 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