mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-23 12:54:42 +08:00
mainpage.html: Clarify links.
2004-07-21 Benjamin Kosnik <bkoz@redhat.com> * docs/doxygen/mainpage.html: Clarify links. * docs/doxygen/stdheader.cc: Add files. * docs/doxygen/style.css: Remove bolds, add h2, h3 styles. * docs/doxygen/user.cfg.in: New options, wrap. From-SVN: r85015
This commit is contained in:
parent
54419590e8
commit
d917fa8798
@ -1,3 +1,10 @@
|
|||||||
|
2004-07-21 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* docs/doxygen/mainpage.html: Clarify links.
|
||||||
|
* docs/doxygen/stdheader.cc: Add files.
|
||||||
|
* docs/doxygen/style.css: Remove bolds, add h2, h3 styles.
|
||||||
|
* docs/doxygen/user.cfg.in: New options, wrap.
|
||||||
|
|
||||||
2004-07-20 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-07-20 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/c_std/std_cwchar.h (wcsstr): Correct signature.
|
* include/c_std/std_cwchar.h (wcsstr): Correct signature.
|
||||||
|
@ -44,13 +44,12 @@
|
|||||||
|
|
||||||
<p>Here are entry points to all the pages generated by Doxygen:
|
<p>Here are entry points to all the pages generated by Doxygen:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Main Page</a>
|
|
||||||
<li><a href="modules.html">Modules</a>
|
<li><a href="modules.html">Modules</a>
|
||||||
<li><a href="namespaces.html">Namespace List</a>
|
<li><a href="namespaces.html">Namespace List</a>
|
||||||
<li><a href="hierarchy.html">Class Hierarchy</a>
|
<li><a href="hierarchy.html">Class List</a>
|
||||||
<li><a href="annotated.html">Compound List</a>
|
<li><a href="annotated.html">Class Annotated List</a>
|
||||||
<li><a href="classes.html">Alphabetical List</a>
|
<li><a href="classes.html">Class Alphabetical Index</a>
|
||||||
<li><a href="files.html">File List</a>
|
<li><a href="files.html">Source File List</a>
|
||||||
<li><a href="todo.html">TODO List</a> (This is incomplete... how ironic.)
|
<li><a href="todo.html">TODO List</a> (This is incomplete... how ironic.)
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
@ -25,11 +25,8 @@ void init_map()
|
|||||||
headers["algo.h"] = "algorithm";
|
headers["algo.h"] = "algorithm";
|
||||||
headers["algobase.h"] = "algorithm";
|
headers["algobase.h"] = "algorithm";
|
||||||
headers["algorithm.h"] = "algorithm";
|
headers["algorithm.h"] = "algorithm";
|
||||||
headers["allocator.h"] = "memory";
|
headers["heap.h"] = "algorithm";
|
||||||
headers["basic_ios.h"] = "ios";
|
|
||||||
headers["basic_ios.tcc"] = "ios";
|
|
||||||
headers["bitset.h"] = "bitset";
|
headers["bitset.h"] = "bitset";
|
||||||
headers["bvector.h"] = "vector";
|
|
||||||
headers["complex.h"] = "complex";
|
headers["complex.h"] = "complex";
|
||||||
//headers["construct.h"] stl_construct.h entirely internal
|
//headers["construct.h"] stl_construct.h entirely internal
|
||||||
headers["deque.h"] = "deque";
|
headers["deque.h"] = "deque";
|
||||||
@ -38,8 +35,9 @@ void init_map()
|
|||||||
headers["fstream.tcc"] = "fstream";
|
headers["fstream.tcc"] = "fstream";
|
||||||
headers["function.h"] = "functional";
|
headers["function.h"] = "functional";
|
||||||
headers["functional.h"] = "functional";
|
headers["functional.h"] = "functional";
|
||||||
headers["heap.h"] = "algorithm";
|
|
||||||
headers["iomanip.h"] = "iomanip";
|
headers["iomanip.h"] = "iomanip";
|
||||||
|
headers["basic_ios.h"] = "ios";
|
||||||
|
headers["basic_ios.tcc"] = "ios";
|
||||||
headers["ios.h"] = "ios";
|
headers["ios.h"] = "ios";
|
||||||
headers["iosfwd.h"] = "iosfwd";
|
headers["iosfwd.h"] = "iosfwd";
|
||||||
headers["iostream.h"] = "iostream";
|
headers["iostream.h"] = "iostream";
|
||||||
@ -48,9 +46,11 @@ void init_map()
|
|||||||
headers["iterator.h"] = "iterator";
|
headers["iterator.h"] = "iterator";
|
||||||
headers["iterator_base_funcs.h"] = "iterator";
|
headers["iterator_base_funcs.h"] = "iterator";
|
||||||
headers["iterator_base_types.h"] = "iterator";
|
headers["iterator_base_types.h"] = "iterator";
|
||||||
|
headers["stream_iterator.h"] = "iterator";
|
||||||
|
headers["streambuf_iterator.h"] = "iterator";
|
||||||
headers["limits.h"] = "limits";
|
headers["limits.h"] = "limits";
|
||||||
headers["list.h"] = "list";
|
headers["list.h"] = "list";
|
||||||
headers["list.tcc"] = "list";
|
headers["list.tcc"] = "list";
|
||||||
headers["codecvt.h"] = "locale";
|
headers["codecvt.h"] = "locale";
|
||||||
headers["locale.h"] = "locale";
|
headers["locale.h"] = "locale";
|
||||||
headers["localefwd.h"] = "locale";
|
headers["localefwd.h"] = "locale";
|
||||||
@ -58,24 +58,23 @@ void init_map()
|
|||||||
headers["locale_facets.h"] = "locale";
|
headers["locale_facets.h"] = "locale";
|
||||||
headers["locale_facets.tcc"] = "locale";
|
headers["locale_facets.tcc"] = "locale";
|
||||||
headers["map.h"] = "map";
|
headers["map.h"] = "map";
|
||||||
headers["memory.h"] = "memory";
|
|
||||||
headers["multimap.h"] = "map";
|
headers["multimap.h"] = "map";
|
||||||
headers["multiset.h"] = "set";
|
headers["memory.h"] = "memory";
|
||||||
|
headers["allocator.h"] = "memory";
|
||||||
|
headers["raw_storage_iter.h"] = "memory";
|
||||||
|
headers["tempbuf.h"] = "memory";
|
||||||
|
headers["uninitialized.h"] = "memory";
|
||||||
headers["numeric.h"] = "numeric";
|
headers["numeric.h"] = "numeric";
|
||||||
headers["ostream.h"] = "ostream";
|
headers["ostream.h"] = "ostream";
|
||||||
headers["ostream.tcc"] = "ostream";
|
headers["ostream.tcc"] = "ostream";
|
||||||
headers["pair.h"] = "utility";
|
|
||||||
headers["queue.h"] = "queue";
|
headers["queue.h"] = "queue";
|
||||||
headers["raw_storage_iter.h"] = "memory";
|
|
||||||
headers["relops.h"] = "utility";
|
|
||||||
headers["set.h"] = "set";
|
headers["set.h"] = "set";
|
||||||
|
headers["multiset.h"] = "set";
|
||||||
headers["sstream.h"] = "sstream";
|
headers["sstream.h"] = "sstream";
|
||||||
headers["sstream.tcc"] = "sstream";
|
headers["sstream.tcc"] = "sstream";
|
||||||
headers["stack.h"] = "stack";
|
headers["stack.h"] = "stack";
|
||||||
headers["functexcept.h"] = "stdexcept";
|
headers["functexcept.h"] = "stdexcept";
|
||||||
headers["stdexcept.h"] = "stdexcept";
|
headers["stdexcept.h"] = "stdexcept";
|
||||||
headers["stream_iterator.h"] = "iterator";
|
|
||||||
headers["streambuf_iterator.h"] = "iterator";
|
|
||||||
headers["streambuf.h"] = "streambuf";
|
headers["streambuf.h"] = "streambuf";
|
||||||
headers["streambuf.tcc"] = "streambuf";
|
headers["streambuf.tcc"] = "streambuf";
|
||||||
headers["string.h"] = "string";
|
headers["string.h"] = "string";
|
||||||
@ -83,10 +82,10 @@ void init_map()
|
|||||||
headers["postypes.h"] = "string";
|
headers["postypes.h"] = "string";
|
||||||
headers["basic_string.h"] = "string";
|
headers["basic_string.h"] = "string";
|
||||||
headers["basic_string.tcc"] = "string";
|
headers["basic_string.tcc"] = "string";
|
||||||
headers["tempbuf.h"] = "memory";
|
|
||||||
headers["tree.h"] = "backward/tree.h";
|
headers["tree.h"] = "backward/tree.h";
|
||||||
headers["uninitialized.h"] = "memory";
|
headers["pair.h"] = "utility";
|
||||||
headers["utility.h"] = "utility";
|
headers["utility.h"] = "utility";
|
||||||
|
headers["relops.h"] = "utility";
|
||||||
headers["gslice.h"] = "valarray";
|
headers["gslice.h"] = "valarray";
|
||||||
headers["gslice_array.h"] = "valarray";
|
headers["gslice_array.h"] = "valarray";
|
||||||
headers["indirect_array.h"] = "valarray";
|
headers["indirect_array.h"] = "valarray";
|
||||||
@ -98,9 +97,10 @@ void init_map()
|
|||||||
headers["valarray_array.h"] = "valarray";
|
headers["valarray_array.h"] = "valarray";
|
||||||
headers["valarray_array.tcc"] = "valarray";
|
headers["valarray_array.tcc"] = "valarray";
|
||||||
headers["valarray_meta.h"] = "valarray";
|
headers["valarray_meta.h"] = "valarray";
|
||||||
|
headers["bvector.h"] = "vector";
|
||||||
headers["vector.h"] = "vector";
|
headers["vector.h"] = "vector";
|
||||||
|
headers["vector.tcc"] = "vector";
|
||||||
|
|
||||||
//headers["threads.h"] who knows
|
|
||||||
//headers["concurrence.h"] who knows
|
//headers["concurrence.h"] who knows
|
||||||
//headers["atomicity.h"] who knows
|
//headers["atomicity.h"] who knows
|
||||||
|
|
||||||
|
@ -1,24 +1,48 @@
|
|||||||
H1 { text-align: center; }
|
BODY {
|
||||||
CAPTION { font-weight: bold }
|
background: white;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
H1 { text-align: center; font-size: large }
|
||||||
|
H2 { text-align: left; font-size: medium; }
|
||||||
|
H3 { text-align: left; font-size: small; }
|
||||||
|
CODE { font-size: small; }
|
||||||
|
CAPTION { font-weight: normal }
|
||||||
A.qindex {}
|
A.qindex {}
|
||||||
A.qindexRef {}
|
A.qindexRef {}
|
||||||
A.el { text-decoration: none; font-weight: bold }
|
A.el { text-decoration: none; font-size: small; font-weight: normal }
|
||||||
A.elRef { font-weight: bold }
|
A.elRef { text-decoration: none; font-size: small; font-weight: normal }
|
||||||
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
|
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
|
||||||
A.codeRef { font-weight: normal; color: #4444ee }
|
A.codeRef { font-weight: normal; color: #4444ee }
|
||||||
A:hover { text-decoration: none; background-color: #f2f2ff }
|
A:hover { text-decoration: none; background-color: #f2f2ff }
|
||||||
DL.el { margin-left: -1cm }
|
DL.el { margin-left: -1cm }
|
||||||
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
|
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
|
||||||
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
|
DIV.ah {
|
||||||
TD.md { background-color: #f2f2ff; font-weight: bold; }
|
background-color: black;
|
||||||
TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
|
font-weight: normal;
|
||||||
TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
|
color: #ffffff;
|
||||||
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
|
margin-bottom: 3px;
|
||||||
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
|
margin-top: 3px
|
||||||
BODY { background: white }
|
}
|
||||||
|
DIV.groupHeader {
|
||||||
|
margin-left: 16px;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
font-weight: normal
|
||||||
|
}
|
||||||
|
DIV.groupText { margin-left: 16px; font-style: italic; font-size: small }
|
||||||
|
TD.md { background-color: #f2f2ff; font-size: small; }
|
||||||
|
TD.mdname1 { background-color: #f2f2ff; font-size: small; color: #602020; }
|
||||||
|
TD.mdname {
|
||||||
|
background-color: #f2f2ff;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: small;
|
||||||
|
color: #602020;
|
||||||
|
width: 600px
|
||||||
|
}
|
||||||
TD.indexkey {
|
TD.indexkey {
|
||||||
background-color: #eeeeff;
|
background-color: #eeeeff;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
|
font-size: small;
|
||||||
padding-right : 10px;
|
padding-right : 10px;
|
||||||
padding-top : 2px;
|
padding-top : 2px;
|
||||||
padding-left : 10px;
|
padding-left : 10px;
|
||||||
@ -31,6 +55,7 @@ TD.indexkey {
|
|||||||
TD.indexvalue {
|
TD.indexvalue {
|
||||||
background-color: #eeeeff;
|
background-color: #eeeeff;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-size: small;
|
||||||
padding-right : 10px;
|
padding-right : 10px;
|
||||||
padding-top : 2px;
|
padding-top : 2px;
|
||||||
padding-left : 10px;
|
padding-left : 10px;
|
||||||
|
@ -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++-v3 Source"
|
PROJECT_NAME = "libstdc++ source"
|
||||||
|
|
||||||
# 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
|
||||||
@ -25,40 +25,44 @@ PROJECT_NAME = "libstdc++-v3 Source"
|
|||||||
|
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER =
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or
|
||||||
# base path where the generated documentation will be put.
|
# absolute) base path where the generated documentation will be put.
|
||||||
# If a relative path is entered, it will be relative to the location
|
# If a relative path is entered, it will be relative to the location
|
||||||
# where doxygen was started. If left blank the current directory will be used.
|
# where doxygen was started. If left blank the current directory will
|
||||||
|
# be used.
|
||||||
|
|
||||||
OUTPUT_DIRECTORY = @outdir@
|
OUTPUT_DIRECTORY = @outdir@
|
||||||
|
|
||||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 2
|
||||||
# 2 levels of 10 sub-directories under the output directory of each output
|
# levels of 10 sub-directories under the output directory of each
|
||||||
# format and will distribute the generated files over these directories.
|
# output format and will distribute the generated files over these
|
||||||
# Enabling this option can be useful when feeding doxygen a huge amount of source
|
# directories. Enabling this option can be useful when feeding
|
||||||
# files, where putting all generated files in the same directory would otherwise
|
# doxygen a huge amount of source files, where putting all generated
|
||||||
# cause performance problems for the file system.
|
# files in the same directory would otherwise cause performance
|
||||||
|
# problems for the file system.
|
||||||
|
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
|
|
||||||
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
||||||
# documentation generated by doxygen is written. Doxygen will use this
|
# documentation generated by doxygen is written. Doxygen will use this
|
||||||
# information to generate all constant output in the proper language.
|
# information to generate all constant output in the proper language.
|
||||||
# The default language is English, other supported languages are:
|
# The default language is English, other supported languages are:
|
||||||
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch,
|
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech,
|
||||||
# Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en
|
# Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian,
|
||||||
# (Japanese with English messages), Korean, Korean-en, Norwegian, Polish, Portuguese,
|
# Japanese, Japanese-en (Japanese with English messages), Korean,
|
||||||
# Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
|
# Korean-en, Norwegian, Polish, Portuguese, Romanian, Russian,
|
||||||
|
# Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
|
||||||
|
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
|
||||||
# This tag can be used to specify the encoding used in the generated output.
|
# This tag can be used to specify the encoding used in the generated
|
||||||
# The encoding is not always determined by the language that is chosen,
|
# output. The encoding is not always determined by the language that
|
||||||
# but also whether or not the output is meant for Windows or non-Windows users.
|
# is chosen, but also whether or not the output is meant for Windows
|
||||||
# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
|
# or non-Windows users. In case there is a difference, setting the
|
||||||
# forces the Windows encoding (this is the default for the Windows binary),
|
# USE_WINDOWS_ENCODING tag to YES forces the Windows encoding (this is
|
||||||
# whereas setting the tag to NO uses a Unix-style encoding (the default for
|
# the default for the Windows binary), whereas setting the tag to NO
|
||||||
# all platforms other than Windows).
|
# uses a Unix-style encoding (the default for all platforms other than
|
||||||
|
# Windows).
|
||||||
|
|
||||||
USE_WINDOWS_ENCODING = NO
|
USE_WINDOWS_ENCODING = NO
|
||||||
|
|
||||||
@ -67,22 +71,24 @@ USE_WINDOWS_ENCODING = NO
|
|||||||
# the file and class documentation (similar to JavaDoc).
|
# the file and class documentation (similar to JavaDoc).
|
||||||
# Set to NO to disable this.
|
# Set to NO to disable this.
|
||||||
|
|
||||||
BRIEF_MEMBER_DESC = YES
|
BRIEF_MEMBER_DESC = NO
|
||||||
|
|
||||||
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
|
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will
|
||||||
# the brief description of a member or function before the detailed description.
|
# prepend the brief description of a member or function before the
|
||||||
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
|
# detailed description. Note: if both HIDE_UNDOC_MEMBERS and
|
||||||
# brief descriptions will be completely suppressed.
|
# BRIEF_MEMBER_DESC are set to NO, the brief descriptions will be
|
||||||
|
# completely suppressed.
|
||||||
|
|
||||||
REPEAT_BRIEF = YES
|
REPEAT_BRIEF = NO
|
||||||
|
|
||||||
# This tag implements a quasi-intelligent brief description abbreviator
|
# This tag implements a quasi-intelligent brief description
|
||||||
# that is used to form the text in various listings. Each string
|
# abbreviator that is used to form the text in various listings. Each
|
||||||
# in this list, if found as the leading text of the brief description, will be
|
# string in this list, if found as the leading text of the brief
|
||||||
# stripped from the text and the result after processing the whole list, is used
|
# description, will be stripped from the text and the result after
|
||||||
# as the annotated text. Otherwise, the brief description is used as-is. If left
|
# processing the whole list, is used as the annotated text. Otherwise,
|
||||||
# blank, the following values are used ("$name" is automatically replaced with the
|
# the brief description is used as-is. If left blank, the following
|
||||||
# name of the entity): "The $name class" "The $name widget" "The $name file"
|
# values are used ("$name" is automatically replaced with the name of
|
||||||
|
# the entity): "The $name class" "The $name widget" "The $name file"
|
||||||
# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
|
# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
|
||||||
|
|
||||||
ABBREVIATE_BRIEF =
|
ABBREVIATE_BRIEF =
|
||||||
@ -93,10 +99,11 @@ ABBREVIATE_BRIEF =
|
|||||||
|
|
||||||
ALWAYS_DETAILED_SEC = YES
|
ALWAYS_DETAILED_SEC = YES
|
||||||
|
|
||||||
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
|
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show
|
||||||
# members of a class in the documentation of that class as if those members were
|
# all inherited members of a class in the documentation of that class
|
||||||
# ordinary class members. Constructors, destructors and assignment operators of
|
# as if those members were ordinary class members. Constructors,
|
||||||
# the base classes will not be shown.
|
# destructors and assignment operators of the base classes will not be
|
||||||
|
# shown.
|
||||||
|
|
||||||
INLINE_INHERITED_MEMB = YES
|
INLINE_INHERITED_MEMB = YES
|
||||||
|
|
||||||
@ -151,7 +158,7 @@ MULTILINE_CPP_IS_BRIEF = YES
|
|||||||
# If set to NO, the detailed description appears after the member
|
# If set to NO, the detailed description appears after the member
|
||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
DETAILS_AT_TOP = NO
|
DETAILS_AT_TOP = YES
|
||||||
|
|
||||||
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
||||||
# member inherits the documentation from any documented member that it
|
# member inherits the documentation from any documented member that it
|
||||||
@ -171,27 +178,28 @@ DISTRIBUTE_GROUP_DOC = YES
|
|||||||
|
|
||||||
TAB_SIZE = 4
|
TAB_SIZE = 4
|
||||||
|
|
||||||
# This tag can be used to specify a number of aliases that acts
|
# This tag can be used to specify a number of aliases that acts as
|
||||||
# as commands in the documentation. An alias has the form "name=value".
|
# commands in the documentation. An alias has the form "name=value".
|
||||||
# For example adding "sideeffect=\par Side Effects:\n" will allow you to
|
# For example adding "sideeffect=\par Side Effects:\n" will allow you
|
||||||
# put the command \sideeffect (or @sideeffect) in the documentation, which
|
# to put the command \sideeffect (or @sideeffect) in the
|
||||||
# will result in a user-defined paragraph with heading "Side Effects:".
|
# documentation, which will result in a user-defined paragraph with
|
||||||
# You can put \n's in the value part of an alias to insert newlines.
|
# heading "Side Effects:". You can put \n's in the value part of an
|
||||||
|
# alias to insert newlines.
|
||||||
|
|
||||||
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 sources
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of
|
||||||
# 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
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
|
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of
|
||||||
# only. Doxygen will then generate output that is more tailored for Java.
|
# Java sources only. Doxygen will then generate output that is more
|
||||||
# For instance, namespaces will be presented as packages, qualified scopes
|
# tailored for Java. For instance, namespaces will be presented as
|
||||||
# will look different, etc.
|
# packages, qualified scopes will look different, etc.
|
||||||
|
|
||||||
OPTIMIZE_OUTPUT_JAVA = NO
|
OPTIMIZE_OUTPUT_JAVA = NO
|
||||||
|
|
||||||
@ -217,7 +225,7 @@ EXTRACT_ALL = NO
|
|||||||
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
||||||
# will be included in the documentation.
|
# will be included in the documentation.
|
||||||
|
|
||||||
EXTRACT_PRIVATE = YES
|
EXTRACT_PRIVATE = NO
|
||||||
|
|
||||||
# If the EXTRACT_STATIC tag is set to YES all static members of a file
|
# If the EXTRACT_STATIC tag is set to YES all static members of a file
|
||||||
# will be included in the documentation.
|
# will be included in the documentation.
|
||||||
@ -243,7 +251,7 @@ EXTRACT_LOCAL_METHODS = NO
|
|||||||
# various overviews, but no documentation section is generated.
|
# various overviews, but no documentation section is generated.
|
||||||
# This option has no effect if EXTRACT_ALL is enabled.
|
# This option has no effect if EXTRACT_ALL is enabled.
|
||||||
|
|
||||||
HIDE_UNDOC_MEMBERS = YES
|
HIDE_UNDOC_MEMBERS = NO
|
||||||
|
|
||||||
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
|
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
|
||||||
# undocumented classes that are normally visible in the class hierarchy.
|
# undocumented classes that are normally visible in the class hierarchy.
|
||||||
@ -266,30 +274,31 @@ HIDE_FRIEND_COMPOUNDS = NO
|
|||||||
|
|
||||||
HIDE_IN_BODY_DOCS = NO
|
HIDE_IN_BODY_DOCS = NO
|
||||||
|
|
||||||
# The INTERNAL_DOCS tag determines if documentation
|
# The INTERNAL_DOCS tag determines if documentation that is typed
|
||||||
# that is typed after a \internal command is included. If the tag is set
|
# after a \internal command is included. If the tag is set to NO (the
|
||||||
# to NO (the default) then the documentation will be excluded.
|
# default) then the documentation will be excluded. Set it to YES to
|
||||||
# Set it to YES to include the internal documentation.
|
# include the internal documentation.
|
||||||
|
|
||||||
INTERNAL_DOCS = NO
|
INTERNAL_DOCS = NO
|
||||||
|
|
||||||
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
|
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only
|
||||||
# file names in lower-case letters. If set to YES upper-case letters are also
|
# generate file names in lower-case letters. If set to YES upper-case
|
||||||
# allowed. This is useful if you have classes or files whose names only differ
|
# letters are also allowed. This is useful if you have classes or
|
||||||
# in case and if your file system supports case sensitive file names. Windows
|
# files whose names only differ in case and if your file system
|
||||||
# users are advised to set this option to NO.
|
# supports case sensitive file names. Windows users are advised to set
|
||||||
|
# this option to NO.
|
||||||
|
|
||||||
CASE_SENSE_NAMES = NO
|
CASE_SENSE_NAMES = NO
|
||||||
|
|
||||||
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
|
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
|
||||||
# will show members with their full class and namespace scopes in the
|
# will show members with their full class and namespace scopes in the
|
||||||
# documentation. If set to YES the scope will be hidden.
|
# documentation. If set to YES the scope will be hidden.
|
||||||
|
|
||||||
HIDE_SCOPE_NAMES = NO
|
HIDE_SCOPE_NAMES = YES
|
||||||
|
|
||||||
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
|
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then
|
||||||
# will put a list of the files that are included by a file in the documentation
|
# Doxygen will put a list of the files that are included by a file in
|
||||||
# of that file.
|
# the documentation of that file.
|
||||||
|
|
||||||
SHOW_INCLUDE_FILES = YES
|
SHOW_INCLUDE_FILES = YES
|
||||||
|
|
||||||
@ -298,19 +307,19 @@ SHOW_INCLUDE_FILES = YES
|
|||||||
|
|
||||||
INLINE_INFO = YES
|
INLINE_INFO = YES
|
||||||
|
|
||||||
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
|
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
|
||||||
# will sort the (detailed) documentation of file and class members
|
# will sort the (detailed) documentation of file and class members
|
||||||
# alphabetically by member name. If set to NO the members will appear in
|
# alphabetically by member name. If set to NO the members will appear
|
||||||
# declaration order.
|
# in declaration order.
|
||||||
|
|
||||||
SORT_MEMBER_DOCS = YES
|
SORT_MEMBER_DOCS = YES
|
||||||
|
|
||||||
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
|
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
|
||||||
# brief documentation of file, namespace and class members alphabetically
|
# brief documentation of file, namespace and class members
|
||||||
# by member name. If set to NO (the default) the members will appear in
|
# alphabetically by member name. If set to NO (the default) the
|
||||||
# declaration order.
|
# members will appear in declaration order.
|
||||||
|
|
||||||
SORT_BRIEF_DOCS = NO
|
SORT_BRIEF_DOCS = YES
|
||||||
|
|
||||||
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
|
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
|
||||||
# sorted by fully-qualified names, including namespaces. If set to
|
# sorted by fully-qualified names, including namespaces. If set to
|
||||||
@ -320,7 +329,7 @@ SORT_BRIEF_DOCS = NO
|
|||||||
# Note: This option applies only to the class list, not to the
|
# Note: This option applies only to the class list, not to the
|
||||||
# alphabetical list.
|
# alphabetical list.
|
||||||
|
|
||||||
SORT_BY_SCOPE_NAME = NO
|
SORT_BY_SCOPE_NAME = YES
|
||||||
|
|
||||||
# The GENERATE_TODOLIST tag can be used to enable (YES) or
|
# The GENERATE_TODOLIST tag can be used to enable (YES) or
|
||||||
# disable (NO) the todo list. This list is created by putting \todo
|
# disable (NO) the todo list. This list is created by putting \todo
|
||||||
@ -431,7 +440,7 @@ INPUT = @srcdir@/docs/doxygen/doxygroups.cc \
|
|||||||
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
|
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
|
||||||
# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
|
# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
|
||||||
|
|
||||||
FILE_PATTERNS = *
|
FILE_PATTERNS = *.h *.tcc
|
||||||
|
|
||||||
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
|
# 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.
|
# should be searched for input files as well. Possible values are YES and NO.
|
||||||
@ -439,17 +448,19 @@ FILE_PATTERNS = *
|
|||||||
|
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
|
|
||||||
# The EXCLUDE tag can be used to specify files and/or directories that should
|
# The EXCLUDE tag can be used to specify files and/or directories that
|
||||||
# excluded from the INPUT source files. This way you can easily exclude a
|
# should excluded from the INPUT source files. This way you can easily
|
||||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
# exclude a subdirectory from a directory tree whose root is specified
|
||||||
|
# with the INPUT tag.
|
||||||
|
|
||||||
EXCLUDE = Makefile \
|
EXCLUDE = Makefile \
|
||||||
CVS \
|
CVS \
|
||||||
include/bits/demangle.h \
|
include/bits/demangle.h \
|
||||||
stdc++.h.gch
|
stdc++.h.gch
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||||
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
|
# directories that are symbolic links (a Unix filesystem feature) are
|
||||||
|
# excluded from the input.
|
||||||
|
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
|
|
||||||
@ -557,14 +568,14 @@ ALPHABETICAL_INDEX = YES
|
|||||||
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
|
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
|
||||||
# in which this list will be split (can be a number in the range [1..20])
|
# in which this list will be split (can be a number in the range [1..20])
|
||||||
|
|
||||||
COLS_IN_ALPHA_INDEX = 5
|
COLS_IN_ALPHA_INDEX = 3
|
||||||
|
|
||||||
# In case all classes in a project start with a common prefix, all
|
# In case all classes in a project start with a common prefix, all
|
||||||
# classes will be put under the same header in the alphabetical index.
|
# classes will be put under the same header in the alphabetical index.
|
||||||
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
|
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
|
||||||
# should be ignored while generating the index headers.
|
# should be ignored while generating the index headers.
|
||||||
|
|
||||||
IGNORE_PREFIX =
|
IGNORE_PREFIX = std __gnu_cxx __gnu_debug
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the HTML output
|
# configuration options related to the HTML output
|
||||||
@ -612,7 +623,8 @@ HTML_STYLESHEET = @srcdir@/docs/doxygen/style.css
|
|||||||
# files or namespaces will be aligned in HTML using tables. If set to
|
# files or namespaces will be aligned in HTML using tables. If set to
|
||||||
# NO a bullet list will be used.
|
# NO a bullet list will be used.
|
||||||
|
|
||||||
HTML_ALIGN_MEMBERS = YES
|
#HTML_ALIGN_MEMBERS = YES
|
||||||
|
HTML_ALIGN_MEMBERS = NO
|
||||||
|
|
||||||
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
|
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
|
||||||
# will be generated that can be used as input for tools like the
|
# will be generated that can be used as input for tools like the
|
||||||
@ -670,7 +682,7 @@ ENUM_VALUES_PER_LINE = 4
|
|||||||
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
|
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
|
||||||
# probably better off using the HTML help feature.
|
# probably better off using the HTML help feature.
|
||||||
|
|
||||||
GENERATE_TREEVIEW = NO
|
GENERATE_TREEVIEW = YES
|
||||||
|
|
||||||
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
|
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
|
||||||
# used to set the initial width (in pixels) of the frame in which the tree
|
# used to set the initial width (in pixels) of the frame in which the tree
|
||||||
@ -959,18 +971,19 @@ PREDEFINED = _GLIBCXX_DEPRECATED \
|
|||||||
__glibcxx_class_requires3=// \
|
__glibcxx_class_requires3=// \
|
||||||
__glibcxx_class_requires4=//
|
__glibcxx_class_requires4=//
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES
|
||||||
# this tag can be used to specify a list of macro names that should be expanded.
|
# then this tag can be used to specify a list of macro names that
|
||||||
# The macro definition that is found in the sources will be used.
|
# should be expanded. The macro definition that is found in the
|
||||||
# Use the PREDEFINED tag if you want to use a different macro definition.
|
# sources will be used. Use the PREDEFINED tag if you want to use a
|
||||||
|
# different macro definition.
|
||||||
|
|
||||||
EXPAND_AS_DEFINED =
|
EXPAND_AS_DEFINED =
|
||||||
|
|
||||||
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
||||||
# doxygen's preprocessor will remove all function-like macros that are alone
|
# doxygen's preprocessor will remove all function-like macros that are
|
||||||
# on a line, have an all uppercase name, and do not end with a semicolon. Such
|
# alone on a line, have an all uppercase name, and do not end with a
|
||||||
# function macros are typically used for boiler-plate code, and will confuse the
|
# semicolon. Such function macros are typically used for boiler-plate
|
||||||
# parser if not removed.
|
# code, and will confuse the parser if not removed.
|
||||||
|
|
||||||
SKIP_FUNCTION_MACROS = YES
|
SKIP_FUNCTION_MACROS = YES
|
||||||
|
|
||||||
@ -1021,44 +1034,47 @@ PERL_PATH = /usr/bin/perl
|
|||||||
# Configuration options related to the dot tool
|
# Configuration options related to the dot tool
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
|
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
|
||||||
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or
|
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes
|
||||||
# super classes. Setting the tag to NO turns the diagrams off. Note that this
|
# with base or super classes. Setting the tag to NO turns the diagrams
|
||||||
# option is superseded by the HAVE_DOT option below. This is only a fallback. It is
|
# off. Note that this option is superseded by the HAVE_DOT option
|
||||||
# recommended to install and use dot, since it yields more powerful graphs.
|
# below. This is only a fallback. It is recommended to install and use
|
||||||
|
# dot, since it yields more powerful graphs.
|
||||||
|
|
||||||
CLASS_DIAGRAMS = YES
|
CLASS_DIAGRAMS = YES
|
||||||
|
|
||||||
# If set to YES, the inheritance and collaboration graphs will hide
|
# If set to YES, the inheritance and collaboration graphs will hide
|
||||||
# inheritance and usage relations if the target is undocumented
|
# inheritance and usage relations if the target is undocumented or is
|
||||||
# or is not a class.
|
# not a class.
|
||||||
|
|
||||||
HIDE_UNDOC_RELATIONS = YES
|
HIDE_UNDOC_RELATIONS = YES
|
||||||
|
|
||||||
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot
|
||||||
# available from the path. This tool is part of Graphviz, a graph visualization
|
# tool is available from the path. This tool is part of Graphviz, a
|
||||||
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
|
# graph visualization toolkit from AT&T and Lucent Bell Labs. The
|
||||||
# have no effect if this option is set to NO (the default)
|
# other options in this section have no effect if this option is set
|
||||||
|
# to NO (the default)
|
||||||
|
|
||||||
HAVE_DOT = YES
|
HAVE_DOT = YES
|
||||||
|
|
||||||
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
||||||
# will generate a graph for each documented class showing the direct and
|
# will generate a graph for each documented class showing the direct
|
||||||
# indirect inheritance relations. Setting this tag to YES will force the
|
# and indirect inheritance relations. Setting this tag to YES will
|
||||||
# the CLASS_DIAGRAMS tag to NO.
|
# force the the CLASS_DIAGRAMS tag to NO.
|
||||||
|
|
||||||
CLASS_GRAPH = YES
|
CLASS_GRAPH = YES
|
||||||
|
|
||||||
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then
|
||||||
# will generate a graph for each documented class showing the direct and
|
# doxygen will generate a graph for each documented class showing the
|
||||||
# indirect implementation dependencies (inheritance, containment, and
|
# direct and indirect implementation dependencies (inheritance,
|
||||||
# class references variables) of the class with other documented classes.
|
# containment, and class references variables) of the class with other
|
||||||
|
# documented classes.
|
||||||
|
|
||||||
COLLABORATION_GRAPH = YES
|
COLLABORATION_GRAPH = YES
|
||||||
|
|
||||||
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
|
# If the UML_LOOK tag is set to YES doxygen will generate inheritance
|
||||||
# collaboration diagrams in a style similar to the OMG's Unified Modeling
|
# and collaboration diagrams in a style similar to the OMG's Unified
|
||||||
# Language.
|
# Modeling Language.
|
||||||
|
|
||||||
UML_LOOK = NO
|
UML_LOOK = NO
|
||||||
|
|
||||||
@ -1067,36 +1083,39 @@ UML_LOOK = NO
|
|||||||
|
|
||||||
TEMPLATE_RELATIONS = YES
|
TEMPLATE_RELATIONS = YES
|
||||||
|
|
||||||
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
|
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and
|
||||||
# tags are set to YES then doxygen will generate a graph for each documented
|
# HAVE_DOT tags are set to YES then doxygen will generate a graph for
|
||||||
# file showing the direct and indirect include dependencies of the file with
|
# each documented file showing the direct and indirect include
|
||||||
# other documented files.
|
# dependencies of the file with other documented files.
|
||||||
|
|
||||||
INCLUDE_GRAPH = YES
|
INCLUDE_GRAPH = YES
|
||||||
|
|
||||||
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
|
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
|
||||||
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
|
# HAVE_DOT tags are set to YES then doxygen will generate a graph for
|
||||||
# documented header file showing the documented files that directly or
|
# each documented header file showing the documented files that
|
||||||
# indirectly include this file.
|
# directly or indirectly include this file.
|
||||||
|
|
||||||
INCLUDED_BY_GRAPH = YES
|
#INCLUDED_BY_GRAPH = YES
|
||||||
|
INCLUDED_BY_GRAPH = NO
|
||||||
|
|
||||||
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
|
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
|
||||||
# generate a call dependency graph for every global function or class method.
|
# generate a call dependency graph for every global function or class
|
||||||
# Note that enabling this option will significantly increase the time of a run.
|
# method. Note that enabling this option will significantly increase
|
||||||
# So in most cases it will be better to enable call graphs for selected
|
# the time of a run. So in most cases it will be better to enable
|
||||||
# functions only using the \callgraph command.
|
# call graphs for selected functions only using the \callgraph
|
||||||
|
# command.
|
||||||
|
|
||||||
CALL_GRAPH = NO
|
CALL_GRAPH = NO
|
||||||
|
|
||||||
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
|
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then
|
||||||
# will graphical hierarchy of all classes instead of a textual one.
|
# doxygen will graphical hierarchy of all classes instead of a textual
|
||||||
|
# one.
|
||||||
|
|
||||||
GRAPHICAL_HIERARCHY = YES
|
GRAPHICAL_HIERARCHY = YES
|
||||||
|
|
||||||
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the
|
||||||
# generated by dot. Possible values are png, jpg, or gif
|
# images generated by dot. Possible values are png, jpg, or gif If
|
||||||
# If left blank png will be used.
|
# left blank png will be used.
|
||||||
|
|
||||||
DOT_IMAGE_FORMAT = png
|
DOT_IMAGE_FORMAT = png
|
||||||
|
|
||||||
@ -1105,48 +1124,50 @@ DOT_IMAGE_FORMAT = png
|
|||||||
|
|
||||||
DOT_PATH =
|
DOT_PATH =
|
||||||
|
|
||||||
# The DOTFILE_DIRS tag can be used to specify one or more directories that
|
# The DOTFILE_DIRS tag can be used to specify one or more directories
|
||||||
# contain dot files that are included in the documentation (see the
|
# that contain dot files that are included in the documentation (see
|
||||||
# \dotfile command).
|
# the \dotfile command).
|
||||||
|
|
||||||
DOTFILE_DIRS =
|
DOTFILE_DIRS =
|
||||||
|
|
||||||
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
|
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed
|
||||||
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
# width (in pixels) of the graphs generated by dot. If a graph becomes
|
||||||
# this value, doxygen will try to truncate the graph, so that it fits within
|
# larger than this value, doxygen will try to truncate the graph, so
|
||||||
# the specified constraint. Beware that most browsers cannot cope with very
|
# that it fits within the specified constraint. Beware that most
|
||||||
# large images.
|
# browsers cannot cope with very large images.
|
||||||
|
|
||||||
MAX_DOT_GRAPH_WIDTH = 1024
|
MAX_DOT_GRAPH_WIDTH = 1024
|
||||||
|
|
||||||
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
|
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows
|
||||||
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
# height (in pixels) of the graphs generated by dot. If a graph
|
||||||
# this value, doxygen will try to truncate the graph, so that it fits within
|
# becomes larger than this value, doxygen will try to truncate the
|
||||||
# the specified constraint. Beware that most browsers cannot cope with very
|
# graph, so that it fits within the specified constraint. Beware that
|
||||||
# large images.
|
# most browsers cannot cope with very large images.
|
||||||
|
|
||||||
MAX_DOT_GRAPH_HEIGHT = 1024
|
MAX_DOT_GRAPH_HEIGHT = 1024
|
||||||
|
|
||||||
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of
|
||||||
# graphs generated by dot. A depth value of 3 means that only nodes reachable
|
# the graphs generated by dot. A depth value of 3 means that only
|
||||||
# from the root by following a path via at most 3 edges will be shown. Nodes that
|
# nodes reachable from the root by following a path via at most 3
|
||||||
# lay further from the root node will be omitted. Note that setting this option to
|
# edges will be shown. Nodes that lay further from the root node will
|
||||||
# 1 or 2 may greatly reduce the computation time needed for large code bases. Also
|
# be omitted. Note that setting this option to 1 or 2 may greatly
|
||||||
# note that a graph may be further truncated if the graph's image dimensions are
|
# reduce the computation time needed for large code bases. Also note
|
||||||
# not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT).
|
# that a graph may be further truncated if the graph's image
|
||||||
# If 0 is used for the depth value (the default), the graph is not depth-constrained.
|
# dimensions are not sufficient to fit the graph (see
|
||||||
|
# MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the
|
||||||
|
# depth value (the default), the graph is not depth-constrained.
|
||||||
|
|
||||||
MAX_DOT_GRAPH_DEPTH = 0
|
MAX_DOT_GRAPH_DEPTH = 0
|
||||||
|
|
||||||
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
|
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
|
||||||
# generate a legend page explaining the meaning of the various boxes and
|
# generate a legend page explaining the meaning of the various boxes
|
||||||
# arrows in the dot generated graphs.
|
# and arrows in the dot generated graphs.
|
||||||
|
|
||||||
GENERATE_LEGEND = YES
|
GENERATE_LEGEND = NO
|
||||||
|
|
||||||
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
|
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
|
||||||
# remove the intermediate dot files that are used to generate
|
# remove the intermediate dot files that are used to generate the
|
||||||
# the various graphs.
|
# various graphs.
|
||||||
|
|
||||||
DOT_CLEANUP = YES
|
DOT_CLEANUP = YES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user