mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
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
This commit is contained in:
parent
b67f0da8a1
commit
0b76f8128d
@ -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>
|
2005-10-05 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
* include/ext/sso_string_base.h (struct __sso_string_local):
|
* include/ext/sso_string_base.h (struct __sso_string_local):
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Doxyfile 1.4.2
|
# Doxyfile 1.4.4
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project
|
# 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
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||||
# by quotes) that should identify the project.
|
# 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.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
@ -97,11 +97,10 @@ ABBREVIATE_BRIEF =
|
|||||||
|
|
||||||
ALWAYS_DETAILED_SEC = YES
|
ALWAYS_DETAILED_SEC = YES
|
||||||
|
|
||||||
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show
|
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
|
||||||
# all inherited members of a class in the documentation of that class
|
# inherited members of a class in the documentation of that class as if those
|
||||||
# as if those members were ordinary class members. Constructors,
|
# members were ordinary class members. Constructors, destructors and assignment
|
||||||
# destructors and assignment operators of the base classes will not be
|
# operators of the base classes will not be shown.
|
||||||
# shown.
|
|
||||||
|
|
||||||
INLINE_INHERITED_MEMB = YES
|
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." \
|
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"
|
"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
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of
|
||||||
# sources only. Doxygen will then generate output that is more tailored for C.
|
# C sources only. Doxygen will then generate output that is more
|
||||||
# For instance, some of the names that are used will be different. The list
|
# tailored for C. For instance, some of the names that are used will
|
||||||
# of all members will be omitted, etc.
|
# be different. The list of all members will be omitted, etc.
|
||||||
|
|
||||||
OPTIMIZE_OUTPUT_FOR_C = NO
|
OPTIMIZE_OUTPUT_FOR_C = NO
|
||||||
|
|
||||||
@ -380,7 +379,7 @@ SHOW_USED_FILES = YES
|
|||||||
|
|
||||||
# If the sources in your project are distributed over multiple
|
# If the sources in your project are distributed over multiple
|
||||||
# directories then setting the SHOW_DIRECTORIES tag to YES will show
|
# 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
|
SHOW_DIRECTORIES = YES
|
||||||
|
|
||||||
@ -543,7 +542,9 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
|
|
||||||
# If the value of the INPUT tag contains directories, you can use the
|
# 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
|
# 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 \
|
EXCLUDE_PATTERNS = CVS \
|
||||||
stamp-* \
|
stamp-* \
|
||||||
@ -576,13 +577,13 @@ EXAMPLE_RECURSIVE = NO
|
|||||||
|
|
||||||
IMAGE_PATH =
|
IMAGE_PATH =
|
||||||
|
|
||||||
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
# The INPUT_FILTER tag can be used to specify a program that doxygen
|
||||||
# invoke to filter for each input file. Doxygen will invoke the filter program
|
# should invoke to filter for each input file. Doxygen will invoke the
|
||||||
# by executing (via popen()) the command <filter> <input-file>, where <filter>
|
# filter program by executing (via popen()) the command <filter>
|
||||||
# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
|
# <input-file>, where <filter> is the value of the INPUT_FILTER tag,
|
||||||
# input file. Doxygen will then use the output that the filter program writes
|
# and <input-file> is the name of an input file. Doxygen will then use
|
||||||
# to standard output. If FILTER_PATTERNS is specified, this tag will be
|
# the output that the filter program writes to standard output. If
|
||||||
# ignored.
|
# FILTER_PATTERNS is specified, this tag will be ignored.
|
||||||
|
|
||||||
INPUT_FILTER =
|
INPUT_FILTER =
|
||||||
|
|
||||||
@ -635,6 +636,14 @@ REFERENCED_BY_RELATION = YES
|
|||||||
|
|
||||||
REFERENCES_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
|
# 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
|
# will generate a verbatim copy of the header file for each class for
|
||||||
# which an include is specified. Set to NO to disable this.
|
# which an include is specified. Set to NO to disable this.
|
||||||
@ -665,8 +674,7 @@ COLS_IN_ALPHA_INDEX = 2
|
|||||||
IGNORE_PREFIX = std \
|
IGNORE_PREFIX = std \
|
||||||
std::tr1 \
|
std::tr1 \
|
||||||
__gnu_cxx \
|
__gnu_cxx \
|
||||||
__gnu_debug
|
__gnu_debug
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the HTML output
|
# configuration options related to the HTML output
|
||||||
|
Loading…
Reference in New Issue
Block a user