Line 71... |
Line 71... |
# (Japanese with English messages), Korean, Korean-en, Norwegian, Polish, Portuguese,
|
# (Japanese with English messages), Korean, Korean-en, Norwegian, Polish, Portuguese,
|
# Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
|
# 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.
|
|
# The encoding is not always determined by the language that is chosen,
|
|
# but also whether or not the output is meant for Windows or non-Windows users.
|
|
# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
|
|
# forces the Windows encoding (this is the default for the Windows binary),
|
|
# whereas setting the tag to NO uses a Unix-style encoding (the default for
|
|
# all platforms other than Windows).
|
|
|
|
USE_WINDOWS_ENCODING =
|
|
|
|
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
|
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
|
# include brief member descriptions after the members that are listed in
|
# include brief member descriptions after the members that are listed in
|
# 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.
|
|
|
Line 165... |
Line 155... |
# The new default is to treat a multi-line C++ comment block as a detailed
|
# The new default is to treat a multi-line C++ comment block as a detailed
|
# description. Set this tag to YES if you prefer the old behaviour instead.
|
# description. Set this tag to YES if you prefer the old behaviour instead.
|
|
|
MULTILINE_CPP_IS_BRIEF = NO
|
MULTILINE_CPP_IS_BRIEF = NO
|
|
|
# If the DETAILS_AT_TOP tag is set to YES then Doxygen
|
|
# will output the detailed description near the top, like JavaDoc.
|
|
# If set to NO, the detailed description appears after the member
|
|
# documentation.
|
|
|
|
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
|
# re-implements.
|
# re-implements.
|
|
|
INHERIT_DOCS = YES
|
INHERIT_DOCS = YES
|
Line 1117... |
Line 1100... |
# contain dot files that are included in the documentation (see the
|
# contain dot files that are included in the documentation (see the
|
# \dotfile command).
|
# \dotfile command).
|
|
|
DOTFILE_DIRS =
|
DOTFILE_DIRS =
|
|
|
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
|
|
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
|
# this value, doxygen will try to truncate the graph, so that it fits within
|
|
# the specified constraint. Beware that most browsers cannot cope with very
|
|
# large images.
|
|
|
|
MAX_DOT_GRAPH_WIDTH = 1024
|
|
|
|
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
|
|
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
|
# this value, doxygen will try to truncate the graph, so that it fits within
|
|
# the specified constraint. Beware that most browsers cannot cope with very
|
|
# large images.
|
|
|
|
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 the
|
# graphs generated by dot. A depth value of 3 means that only nodes reachable
|
# graphs generated by dot. A depth value of 3 means that only nodes reachable
|
# from the root by following a path via at most 3 edges will be shown. Nodes that
|
# from the root by following a path via at most 3 edges will be shown. Nodes that
|
# lay further from the root node will be omitted. Note that setting this option to
|
# lay further from the root node will be omitted. Note that setting this option to
|
# 1 or 2 may greatly reduce the computation time needed for large code bases. Also
|
# 1 or 2 may greatly reduce the computation time needed for large code bases. Also
|