aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2005-10-07 14:05:43 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2005-10-07 14:05:43 +0000
commit0b76f8128d9fcf7f3c1ae0defdd08e464d7b81be (patch)
tree53e65bfca0efc5e2955ac2b74c5b600413210497 /libstdc++-v3/docs/doxygen
parentb67f0da8a1945df2f3f2a00c45f144ade287ea90 (diff)
downloadgcc-0b76f8128d9fcf7f3c1ae0defdd08e464d7b81be.zip
gcc-0b76f8128d9fcf7f3c1ae0defdd08e464d7b81be.tar.gz
gcc-0b76f8128d9fcf7f3c1ae0defdd08e464d7b81be.tar.bz2
user.cfg.in: Update to Doyxygen 1.4.4.
2005-10-07 Benjamin Kosnik <bkoz@redhat.com> * docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4. From-SVN: r105087
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r--libstdc++-v3/docs/doxygen/user.cfg.in52
1 files changed, 30 insertions, 22 deletions
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in
index 4048290..06df07b 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 <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