mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-21 14:20:02 +02:00
updated doxyfile
This commit is contained in:
parent
acdcaac338
commit
504e8b4565
594
docs/Doxyfile.in
594
docs/Doxyfile.in
@ -241,11 +241,7 @@ TAB_SIZE = 4
|
|||||||
|
|
||||||
ALIASES =
|
ALIASES =
|
||||||
|
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
|
||||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
|
||||||
# will allow you to use the command class in the itcl::class meaning.
|
|
||||||
|
|
||||||
TCL_SUBST =
|
|
||||||
|
|
||||||
# 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 C sources
|
||||||
# only. Doxygen will then generate output that is more tailored for C. For
|
# only. Doxygen will then generate output that is more tailored for C. For
|
||||||
@ -1082,12 +1078,7 @@ VERBATIM_HEADERS = YES
|
|||||||
|
|
||||||
ALPHABETICAL_INDEX = YES
|
ALPHABETICAL_INDEX = YES
|
||||||
|
|
||||||
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
|
|
||||||
# which the alphabetical index list will be split.
|
|
||||||
# Minimum value: 1, maximum value: 20, default value: 5.
|
|
||||||
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
|
||||||
|
|
||||||
COLS_IN_ALPHA_INDEX = 5
|
|
||||||
|
|
||||||
# In case all classes in a project start with a common prefix, all classes will
|
# 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. The IGNORE_PREFIX tag
|
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
||||||
@ -1216,14 +1207,6 @@ HTML_COLORSTYLE_SAT = 100
|
|||||||
|
|
||||||
HTML_COLORSTYLE_GAMMA = 80
|
HTML_COLORSTYLE_GAMMA = 80
|
||||||
|
|
||||||
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
|
||||||
# page will contain the date and time when the page was generated. Setting this
|
|
||||||
# to YES can help to show when doxygen was last run and thus if the
|
|
||||||
# documentation is up to date.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
||||||
|
|
||||||
HTML_TIMESTAMP = NO
|
|
||||||
|
|
||||||
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
||||||
# documentation will contain a main index with vertical navigation menus that
|
# documentation will contain a main index with vertical navigation menus that
|
||||||
@ -1248,7 +1231,7 @@ HTML_DYNAMIC_SECTIONS = NO
|
|||||||
# shown in the various tree structured indices initially; the user can expand
|
# shown in the various tree structured indices initially; the user can expand
|
||||||
# and collapse entries dynamically later on. Doxygen will expand the tree to
|
# and collapse entries dynamically later on. Doxygen will expand the tree to
|
||||||
# such a level that at most the specified number of entries are visible (unless
|
# such a level that at most the specified number of entries are visible (unless
|
||||||
# a fully collapsed tree already exceeds this amount). So setting the number of
|
# a fully collapsed tree exceeds this amount). So setting the number of
|
||||||
# entries 1 will produce a full collapsed tree by default. 0 is a special value
|
# entries 1 will produce a full collapsed tree by default. 0 is a special value
|
||||||
# representing an infinite number of entries and will result in a full expanded
|
# representing an infinite number of entries and will result in a full expanded
|
||||||
# tree by default.
|
# tree by default.
|
||||||
@ -1503,16 +1486,6 @@ EXT_LINKS_IN_WINDOW = NO
|
|||||||
|
|
||||||
FORMULA_FONTSIZE = 10
|
FORMULA_FONTSIZE = 10
|
||||||
|
|
||||||
# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
|
|
||||||
# generated for formulas are transparent PNGs. Transparent PNGs are not
|
|
||||||
# supported properly for IE 6.0, but are supported on all modern browsers.
|
|
||||||
#
|
|
||||||
# Note that when changing this option you need to delete any form_*.png files in
|
|
||||||
# the HTML output directory before the changes have effect.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
||||||
|
|
||||||
FORMULA_TRANSPARENT = YES
|
|
||||||
|
|
||||||
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
||||||
# https://www.mathjax.org) which uses client side Javascript for the rendering
|
# https://www.mathjax.org) which uses client side Javascript for the rendering
|
||||||
@ -1776,31 +1749,6 @@ PDF_HYPERLINKS = YES
|
|||||||
|
|
||||||
USE_PDFLATEX = YES
|
USE_PDFLATEX = YES
|
||||||
|
|
||||||
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
|
|
||||||
# command to the generated LaTeX files. This will instruct LaTeX to keep running
|
|
||||||
# if errors occur, instead of asking the user for help. This option is also used
|
|
||||||
# when generating formulas in HTML.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
||||||
|
|
||||||
LATEX_BATCHMODE = NO
|
|
||||||
|
|
||||||
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
|
|
||||||
# index chapters (such as File Index, Compound Index, etc.) in the output.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
||||||
|
|
||||||
LATEX_HIDE_INDICES = NO
|
|
||||||
|
|
||||||
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
|
|
||||||
# code with syntax highlighting in the LaTeX output.
|
|
||||||
#
|
|
||||||
# Note that which sources are shown also depends on other settings such as
|
|
||||||
# SOURCE_BROWSER.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
||||||
|
|
||||||
LATEX_SOURCE_CODE = NO
|
|
||||||
|
|
||||||
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
|
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
|
||||||
# bibliography, e.g. plainnat, or ieeetr. See
|
# bibliography, e.g. plainnat, or ieeetr. See
|
||||||
@ -1810,227 +1758,6 @@ LATEX_SOURCE_CODE = NO
|
|||||||
|
|
||||||
LATEX_BIB_STYLE = plain
|
LATEX_BIB_STYLE = plain
|
||||||
|
|
||||||
# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
|
|
||||||
# page will contain the date and time when the page was generated. Setting this
|
|
||||||
# to NO can help when comparing the output of multiple runs.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
|
||||||
|
|
||||||
LATEX_TIMESTAMP = NO
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options related to the RTF output
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
|
|
||||||
# RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
|
||||||
# readers/editors.
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
GENERATE_RTF = NO
|
|
||||||
|
|
||||||
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
|
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
|
||||||
# it.
|
|
||||||
# The default directory is: rtf.
|
|
||||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
|
||||||
|
|
||||||
RTF_OUTPUT = rtf
|
|
||||||
|
|
||||||
# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
|
|
||||||
# documents. This may be useful for small projects and may help to save some
|
|
||||||
# trees in general.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
|
||||||
|
|
||||||
COMPACT_RTF = NO
|
|
||||||
|
|
||||||
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
|
|
||||||
# contain hyperlink fields. The RTF file will contain links (just like the HTML
|
|
||||||
# output) instead of page references. This makes the output suitable for online
|
|
||||||
# browsing using Word or some other Word compatible readers that support those
|
|
||||||
# fields.
|
|
||||||
#
|
|
||||||
# Note: WordPad (write) and others do not support links.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
|
||||||
|
|
||||||
RTF_HYPERLINKS = NO
|
|
||||||
|
|
||||||
# Load stylesheet definitions from file. Syntax is similar to doxygen's config
|
|
||||||
# file, i.e. a series of assignments. You only have to provide replacements,
|
|
||||||
# missing definitions are set to their default value.
|
|
||||||
#
|
|
||||||
# See also section "Doxygen usage" for information on how to generate the
|
|
||||||
# default style sheet that doxygen normally uses.
|
|
||||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
|
||||||
|
|
||||||
RTF_STYLESHEET_FILE =
|
|
||||||
|
|
||||||
# Set optional variables used in the generation of an RTF document. Syntax is
|
|
||||||
# similar to doxygen's config file. A template extensions file can be generated
|
|
||||||
# using doxygen -e rtf extensionFile.
|
|
||||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
|
||||||
|
|
||||||
RTF_EXTENSIONS_FILE =
|
|
||||||
|
|
||||||
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
|
|
||||||
# with syntax highlighting in the RTF output.
|
|
||||||
#
|
|
||||||
# Note that which sources are shown also depends on other settings such as
|
|
||||||
# SOURCE_BROWSER.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_RTF is set to YES.
|
|
||||||
|
|
||||||
RTF_SOURCE_CODE = NO
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options related to the man page output
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
|
|
||||||
# classes and files.
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
GENERATE_MAN = NO
|
|
||||||
|
|
||||||
# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
|
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
|
||||||
# it. A directory man3 will be created inside the directory specified by
|
|
||||||
# MAN_OUTPUT.
|
|
||||||
# The default directory is: man.
|
|
||||||
# This tag requires that the tag GENERATE_MAN is set to YES.
|
|
||||||
|
|
||||||
MAN_OUTPUT = man
|
|
||||||
|
|
||||||
# The MAN_EXTENSION tag determines the extension that is added to the generated
|
|
||||||
# man pages. In case the manual section does not start with a number, the number
|
|
||||||
# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
|
||||||
# optional.
|
|
||||||
# The default value is: .3.
|
|
||||||
# This tag requires that the tag GENERATE_MAN is set to YES.
|
|
||||||
|
|
||||||
MAN_EXTENSION = .3
|
|
||||||
|
|
||||||
# The MAN_SUBDIR tag determines the name of the directory created within
|
|
||||||
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
|
|
||||||
# MAN_EXTENSION with the initial . removed.
|
|
||||||
# This tag requires that the tag GENERATE_MAN is set to YES.
|
|
||||||
|
|
||||||
MAN_SUBDIR =
|
|
||||||
|
|
||||||
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
|
|
||||||
# will generate one additional man file for each entity documented in the real
|
|
||||||
# man page(s). These additional files only source the real man page, but without
|
|
||||||
# them the man command would be unable to find the correct page.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_MAN is set to YES.
|
|
||||||
|
|
||||||
MAN_LINKS = NO
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options related to the XML output
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
|
|
||||||
# captures the structure of the code including all documentation.
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
GENERATE_XML = YES
|
|
||||||
|
|
||||||
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
|
||||||
# it.
|
|
||||||
# The default directory is: xml.
|
|
||||||
# This tag requires that the tag GENERATE_XML is set to YES.
|
|
||||||
|
|
||||||
XML_OUTPUT = xml
|
|
||||||
|
|
||||||
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
|
|
||||||
# listings (including syntax highlighting and cross-referencing information) to
|
|
||||||
# the XML output. Note that enabling this will significantly increase the size
|
|
||||||
# of the XML output.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag GENERATE_XML is set to YES.
|
|
||||||
|
|
||||||
XML_PROGRAMLISTING = YES
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options related to the DOCBOOK output
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
|
|
||||||
# that can be used to generate PDF.
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
GENERATE_DOCBOOK = NO
|
|
||||||
|
|
||||||
# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
|
|
||||||
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
|
|
||||||
# front of it.
|
|
||||||
# The default directory is: docbook.
|
|
||||||
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
|
|
||||||
|
|
||||||
DOCBOOK_OUTPUT = docbook
|
|
||||||
|
|
||||||
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
|
|
||||||
# program listings (including syntax highlighting and cross-referencing
|
|
||||||
# information) to the DOCBOOK output. Note that enabling this will significantly
|
|
||||||
# increase the size of the DOCBOOK output.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
|
|
||||||
|
|
||||||
DOCBOOK_PROGRAMLISTING = NO
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options for the AutoGen Definitions output
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
|
|
||||||
# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
|
|
||||||
# the structure of the code including all documentation. Note that this feature
|
|
||||||
# is still experimental and incomplete at the moment.
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
GENERATE_AUTOGEN_DEF = NO
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options related to the Perl module output
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
|
|
||||||
# file that captures the structure of the code including all documentation.
|
|
||||||
#
|
|
||||||
# Note that this feature is still experimental and incomplete at the moment.
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
GENERATE_PERLMOD = NO
|
|
||||||
|
|
||||||
# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
|
|
||||||
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
|
|
||||||
# output from the Perl module output.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
|
|
||||||
|
|
||||||
PERLMOD_LATEX = NO
|
|
||||||
|
|
||||||
# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
|
|
||||||
# formatted so it can be parsed by a human reader. This is useful if you want to
|
|
||||||
# understand what is going on. On the other hand, if this tag is set to NO, the
|
|
||||||
# size of the Perl module output will be much smaller and Perl will parse it
|
|
||||||
# just the same.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
|
|
||||||
|
|
||||||
PERLMOD_PRETTY = YES
|
|
||||||
|
|
||||||
# The names of the make variables in the generated doxyrules.make file are
|
|
||||||
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
|
|
||||||
# so different doxyrules.make files included by the same Makefile don't
|
|
||||||
# overwrite each other's variables.
|
|
||||||
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
|
|
||||||
|
|
||||||
PERLMOD_MAKEVAR_PREFIX =
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the preprocessor
|
# Configuration options related to the preprocessor
|
||||||
@ -2161,322 +1888,3 @@ EXTERNAL_PAGES = YES
|
|||||||
# The default file (with absolute path) is: /usr/bin/perl.
|
# The default file (with absolute path) is: /usr/bin/perl.
|
||||||
|
|
||||||
PERL_PATH = /usr/bin/perl
|
PERL_PATH = /usr/bin/perl
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
# Configuration options related to the dot tool
|
|
||||||
#---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
|
|
||||||
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
|
|
||||||
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
|
|
||||||
# disabled, but it is recommended to install and use dot, since it yields more
|
|
||||||
# powerful graphs.
|
|
||||||
# The default value is: YES.
|
|
||||||
|
|
||||||
CLASS_DIAGRAMS = YES
|
|
||||||
|
|
||||||
# You can define message sequence charts within doxygen comments using the \msc
|
|
||||||
# command. Doxygen will then run the mscgen tool (see:
|
|
||||||
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
|
|
||||||
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
|
|
||||||
# the mscgen tool resides. If left empty the tool is assumed to be found in the
|
|
||||||
# default search path.
|
|
||||||
|
|
||||||
MSCGEN_PATH =
|
|
||||||
|
|
||||||
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
|
||||||
# then run dia to produce the diagram and insert it in the documentation. The
|
|
||||||
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
|
||||||
# If left empty dia is assumed to be found in the default search path.
|
|
||||||
|
|
||||||
DIA_PATH =
|
|
||||||
|
|
||||||
# If set to YES the inheritance and collaboration graphs will hide inheritance
|
|
||||||
# and usage relations if the target is undocumented or is not a class.
|
|
||||||
# The default value is: YES.
|
|
||||||
|
|
||||||
HIDE_UNDOC_RELATIONS = YES
|
|
||||||
|
|
||||||
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
|
||||||
# available from the path. This tool is part of Graphviz (see:
|
|
||||||
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
|
|
||||||
# Bell Labs. The other options in this section have no effect if this option is
|
|
||||||
# set to NO
|
|
||||||
# The default value is: NO.
|
|
||||||
|
|
||||||
HAVE_DOT = NO
|
|
||||||
|
|
||||||
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
|
|
||||||
# to run in parallel. When set to 0 doxygen will base this on the number of
|
|
||||||
# processors available in the system. You can set it explicitly to a value
|
|
||||||
# larger than 0 to get control over the balance between CPU load and processing
|
|
||||||
# speed.
|
|
||||||
# Minimum value: 0, maximum value: 32, default value: 0.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_NUM_THREADS = 0
|
|
||||||
|
|
||||||
# When you want a differently looking font in the dot files that doxygen
|
|
||||||
# generates you can specify the font name using DOT_FONTNAME. You need to make
|
|
||||||
# sure dot is able to find the font, which can be done by putting it in a
|
|
||||||
# standard location or by setting the DOTFONTPATH environment variable or by
|
|
||||||
# setting DOT_FONTPATH to the directory containing the font.
|
|
||||||
# The default value is: Helvetica.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_FONTNAME = Helvetica
|
|
||||||
|
|
||||||
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
|
|
||||||
# dot graphs.
|
|
||||||
# Minimum value: 4, maximum value: 24, default value: 10.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_FONTSIZE = 10
|
|
||||||
|
|
||||||
# By default doxygen will tell dot to use the default font as specified with
|
|
||||||
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
|
|
||||||
# the path where dot can find it using this tag.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_FONTPATH =
|
|
||||||
|
|
||||||
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
|
|
||||||
# each documented class showing the direct and indirect inheritance relations.
|
|
||||||
# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
CLASS_GRAPH = YES
|
|
||||||
|
|
||||||
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
|
|
||||||
# graph for each documented class showing the direct and indirect implementation
|
|
||||||
# dependencies (inheritance, containment, and class references variables) of the
|
|
||||||
# class with other documented classes.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
COLLABORATION_GRAPH = YES
|
|
||||||
|
|
||||||
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
|
|
||||||
# groups, showing the direct groups dependencies.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
GROUP_GRAPHS = YES
|
|
||||||
|
|
||||||
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
|
|
||||||
# collaboration diagrams in a style similar to the OMG's Unified Modeling
|
|
||||||
# Language.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
UML_LOOK = NO
|
|
||||||
|
|
||||||
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
|
|
||||||
# class node. If there are many fields or methods and many nodes the graph may
|
|
||||||
# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
|
||||||
# number of items for each type to make the size more manageable. Set this to 0
|
|
||||||
# for no limit. Note that the threshold may be exceeded by 50% before the limit
|
|
||||||
# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
|
||||||
# but if the number exceeds 15, the total amount of fields shown is limited to
|
|
||||||
# 10.
|
|
||||||
# Minimum value: 0, maximum value: 100, default value: 10.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
UML_LIMIT_NUM_FIELDS = 10
|
|
||||||
|
|
||||||
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
|
||||||
# collaboration graphs will show the relations between templates and their
|
|
||||||
# instances.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
TEMPLATE_RELATIONS = NO
|
|
||||||
|
|
||||||
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
|
|
||||||
# YES then doxygen will generate a graph for each documented file showing the
|
|
||||||
# direct and indirect include dependencies of the file with other documented
|
|
||||||
# files.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
INCLUDE_GRAPH = YES
|
|
||||||
|
|
||||||
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|
|
||||||
# set to YES then doxygen will generate a graph for each documented file showing
|
|
||||||
# the direct and indirect include dependencies of the file with other documented
|
|
||||||
# files.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
INCLUDED_BY_GRAPH = YES
|
|
||||||
|
|
||||||
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
|
|
||||||
# dependency graph for every global function or class method.
|
|
||||||
#
|
|
||||||
# Note that enabling this option will significantly increase the time of a run.
|
|
||||||
# So in most cases it will be better to enable call graphs for selected
|
|
||||||
# functions only using the \callgraph command. Disabling a call graph can be
|
|
||||||
# accomplished by means of the command \hidecallgraph.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
CALL_GRAPH = NO
|
|
||||||
|
|
||||||
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
|
|
||||||
# dependency graph for every global function or class method.
|
|
||||||
#
|
|
||||||
# Note that enabling this option will significantly increase the time of a run.
|
|
||||||
# So in most cases it will be better to enable caller graphs for selected
|
|
||||||
# functions only using the \callergraph command. Disabling a caller graph can be
|
|
||||||
# accomplished by means of the command \hidecallergraph.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
CALLER_GRAPH = NO
|
|
||||||
|
|
||||||
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
|
|
||||||
# hierarchy of all classes instead of a textual one.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
GRAPHICAL_HIERARCHY = YES
|
|
||||||
|
|
||||||
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
|
|
||||||
# dependencies a directory has on other directories in a graphical way. The
|
|
||||||
# dependency relations are determined by the #include relations between the
|
|
||||||
# files in the directories.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DIRECTORY_GRAPH = YES
|
|
||||||
|
|
||||||
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
|
||||||
# generated by dot. For an explanation of the image formats see the section
|
|
||||||
# output formats in the documentation of the dot tool (Graphviz (see:
|
|
||||||
# http://www.graphviz.org/)).
|
|
||||||
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
|
||||||
# to make the SVG files visible in IE 9+ (other browsers do not have this
|
|
||||||
# requirement).
|
|
||||||
# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|
|
||||||
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
|
|
||||||
# png:gdiplus:gdiplus.
|
|
||||||
# The default value is: png.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_IMAGE_FORMAT = png
|
|
||||||
|
|
||||||
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
|
||||||
# enable generation of interactive SVG images that allow zooming and panning.
|
|
||||||
#
|
|
||||||
# Note that this requires a modern browser other than Internet Explorer. Tested
|
|
||||||
# and working are Firefox, Chrome, Safari, and Opera.
|
|
||||||
# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
|
|
||||||
# the SVG files visible. Older versions of IE do not have SVG support.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
INTERACTIVE_SVG = NO
|
|
||||||
|
|
||||||
# The DOT_PATH tag can be used to specify the path where the dot tool can be
|
|
||||||
# found. If left blank, it is assumed the dot tool can be found in the path.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_PATH =
|
|
||||||
|
|
||||||
# The DOTFILE_DIRS tag can be used to specify one or more directories that
|
|
||||||
# contain dot files that are included in the documentation (see the \dotfile
|
|
||||||
# command).
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOTFILE_DIRS =
|
|
||||||
|
|
||||||
# The MSCFILE_DIRS tag can be used to specify one or more directories that
|
|
||||||
# contain msc files that are included in the documentation (see the \mscfile
|
|
||||||
# command).
|
|
||||||
|
|
||||||
MSCFILE_DIRS =
|
|
||||||
|
|
||||||
# The DIAFILE_DIRS tag can be used to specify one or more directories that
|
|
||||||
# contain dia files that are included in the documentation (see the \diafile
|
|
||||||
# command).
|
|
||||||
|
|
||||||
DIAFILE_DIRS =
|
|
||||||
|
|
||||||
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
|
|
||||||
# path where java can find the plantuml.jar file. If left blank, it is assumed
|
|
||||||
# PlantUML is not used or called during a preprocessing step. Doxygen will
|
|
||||||
# generate a warning when it encounters a \startuml command in this case and
|
|
||||||
# will not generate output for the diagram.
|
|
||||||
|
|
||||||
PLANTUML_JAR_PATH =
|
|
||||||
|
|
||||||
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
|
|
||||||
# configuration file for plantuml.
|
|
||||||
|
|
||||||
PLANTUML_CFG_FILE =
|
|
||||||
|
|
||||||
# When using plantuml, the specified paths are searched for files specified by
|
|
||||||
# the !include statement in a plantuml block.
|
|
||||||
|
|
||||||
PLANTUML_INCLUDE_PATH =
|
|
||||||
|
|
||||||
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
|
|
||||||
# that will be shown in the graph. If the number of nodes in a graph becomes
|
|
||||||
# larger than this value, doxygen will truncate the graph, which is visualized
|
|
||||||
# by representing a node as a red box. Note that doxygen if the number of direct
|
|
||||||
# children of the root node in a graph is already larger than
|
|
||||||
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
|
|
||||||
# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
|
|
||||||
# Minimum value: 0, maximum value: 10000, default value: 50.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_GRAPH_MAX_NODES = 50
|
|
||||||
|
|
||||||
# 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 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 1
|
|
||||||
# or 2 may greatly reduce the computation time needed for large code bases. Also
|
|
||||||
# note that the size of a graph can be further restricted by
|
|
||||||
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
|
||||||
# Minimum value: 0, maximum value: 1000, default value: 0.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
MAX_DOT_GRAPH_DEPTH = 0
|
|
||||||
|
|
||||||
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
|
||||||
# background. This is disabled by default, because dot on Windows does not seem
|
|
||||||
# to support this out of the box.
|
|
||||||
#
|
|
||||||
# Warning: Depending on the platform used, enabling this option may lead to
|
|
||||||
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
|
|
||||||
# read).
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_TRANSPARENT = NO
|
|
||||||
|
|
||||||
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
|
|
||||||
# files in one run (i.e. multiple -o and -T options on the command line). This
|
|
||||||
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
|
|
||||||
# this, this feature is disabled by default.
|
|
||||||
# The default value is: NO.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_MULTI_TARGETS = NO
|
|
||||||
|
|
||||||
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
|
|
||||||
# explaining the meaning of the various boxes and arrows in the dot generated
|
|
||||||
# graphs.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
GENERATE_LEGEND = YES
|
|
||||||
|
|
||||||
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
|
||||||
# files that are used to generate the various graphs.
|
|
||||||
# The default value is: YES.
|
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
||||||
|
|
||||||
DOT_CLEANUP = YES
|
|
Loading…
x
Reference in New Issue
Block a user