|
|
|
|
@ -161,7 +161,7 @@ SHORT_NAMES = NO
|
|
|
|
|
# comments will behave just like regular Qt-style comments |
|
|
|
|
# (thus requiring an explicit @brief command for a brief description.) |
|
|
|
|
|
|
|
|
|
JAVADOC_AUTOBRIEF = NO |
|
|
|
|
JAVADOC_AUTOBRIEF = YES |
|
|
|
|
|
|
|
|
|
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will |
|
|
|
|
# interpret the first line (until the first dot) of a Qt-style |
|
|
|
|
@ -169,7 +169,7 @@ JAVADOC_AUTOBRIEF = NO
|
|
|
|
|
# will behave just like regular Qt-style comments (thus requiring |
|
|
|
|
# an explicit \brief command for a brief description.) |
|
|
|
|
|
|
|
|
|
QT_AUTOBRIEF = NO |
|
|
|
|
QT_AUTOBRIEF = YES |
|
|
|
|
|
|
|
|
|
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen |
|
|
|
|
# treat a multi-line C++ special comment block (i.e. a block of //! or /// |
|
|
|
|
@ -194,7 +194,7 @@ SEPARATE_MEMBER_PAGES = NO
|
|
|
|
|
# The TAB_SIZE tag can be used to set the number of spaces in a tab. |
|
|
|
|
# Doxygen uses this value to replace tabs by spaces in code fragments. |
|
|
|
|
|
|
|
|
|
TAB_SIZE = 8 |
|
|
|
|
TAB_SIZE = 2 |
|
|
|
|
|
|
|
|
|
# This tag can be used to specify a number of aliases that acts |
|
|
|
|
# as commands in the documentation. An alias has the form "name=value". |
|
|
|
|
@ -203,7 +203,7 @@ TAB_SIZE = 8
|
|
|
|
|
# will result in a user-defined paragraph with heading "Side Effects:". |
|
|
|
|
# You can put \n's in the value part of an alias to insert newlines. |
|
|
|
|
|
|
|
|
|
ALIASES = |
|
|
|
|
ALIASES = pname{1}="<strong class="paramname">\1</strong>" |
|
|
|
|
|
|
|
|
|
# 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 |
|
|
|
|
@ -248,7 +248,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
|
|
|
|
|
# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions |
|
|
|
|
# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. |
|
|
|
|
|
|
|
|
|
EXTENSION_MAPPING = h=C++ |
|
|
|
|
EXTENSION_MAPPING = h=C++ cpp.in=C++ hpp.in=C++ |
|
|
|
|
|
|
|
|
|
# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all |
|
|
|
|
# comments according to the Markdown format, which allows for more readable |
|
|
|
|
@ -444,7 +444,7 @@ INTERNAL_DOCS = NO
|
|
|
|
|
# in case and if your file system supports case sensitive file names. Windows |
|
|
|
|
# and Mac users are advised to set this option to NO. |
|
|
|
|
|
|
|
|
|
CASE_SENSE_NAMES = NO |
|
|
|
|
CASE_SENSE_NAMES = YES |
|
|
|
|
|
|
|
|
|
# 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 |
|
|
|
|
@ -474,7 +474,7 @@ INLINE_INFO = YES
|
|
|
|
|
# alphabetically by member name. If set to NO the members will appear in |
|
|
|
|
# declaration order. |
|
|
|
|
|
|
|
|
|
SORT_MEMBER_DOCS = YES |
|
|
|
|
SORT_MEMBER_DOCS = NO |
|
|
|
|
|
|
|
|
|
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the |
|
|
|
|
# brief documentation of file, namespace and class members alphabetically |
|
|
|
|
@ -612,7 +612,7 @@ CITE_BIB_FILES =
|
|
|
|
|
# The QUIET tag can be used to turn on/off the messages that are generated |
|
|
|
|
# by doxygen. Possible values are YES and NO. If left blank NO is used. |
|
|
|
|
|
|
|
|
|
QUIET = NO |
|
|
|
|
QUIET = YES |
|
|
|
|
|
|
|
|
|
# The WARNINGS tag can be used to turn on/off the warning messages that are |
|
|
|
|
# generated by doxygen. Possible values are YES and NO. If left blank |
|
|
|
|
@ -639,7 +639,7 @@ WARN_IF_DOC_ERROR = YES
|
|
|
|
|
# wrong or incomplete parameter documentation, but not about the absence of |
|
|
|
|
# documentation. |
|
|
|
|
|
|
|
|
|
WARN_NO_PARAMDOC = NO |
|
|
|
|
WARN_NO_PARAMDOC = YES |
|
|
|
|
|
|
|
|
|
# The WARN_FORMAT tag determines the format of the warning messages that |
|
|
|
|
# doxygen can produce. The string should contain the $file, $line, and $text |
|
|
|
|
@ -713,7 +713,9 @@ FILE_PATTERNS = *.c \
|
|
|
|
|
*.f90 \ |
|
|
|
|
*.f \ |
|
|
|
|
*.vhd \ |
|
|
|
|
*.vhdl |
|
|
|
|
*.vhdl \ |
|
|
|
|
*.hpp.in \ |
|
|
|
|
*.cpp.in |
|
|
|
|
|
|
|
|
|
# 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. |
|
|
|
|
@ -749,7 +751,7 @@ EXCLUDE_PATTERNS =
|
|
|
|
|
# wildcard * is used, a substring. Examples: ANamespace, AClass, |
|
|
|
|
# AClass::ANamespace, ANamespace::*Test |
|
|
|
|
|
|
|
|
|
EXCLUDE_SYMBOLS = |
|
|
|
|
EXCLUDE_SYMBOLS = boost |
|
|
|
|
|
|
|
|
|
# The EXAMPLE_PATH tag can be used to specify one or more files or |
|
|
|
|
# directories that contain example code fragments that are included (see |
|
|
|
|
@ -979,7 +981,7 @@ HTML_COLORSTYLE_GAMMA = 80
|
|
|
|
|
# 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. |
|
|
|
|
|
|
|
|
|
HTML_TIMESTAMP = YES |
|
|
|
|
HTML_TIMESTAMP = NO |
|
|
|
|
|
|
|
|
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML |
|
|
|
|
# documentation will contain sections that can be hidden and shown after the |
|
|
|
|
@ -1532,7 +1534,7 @@ SEARCH_INCLUDES = YES
|
|
|
|
|
# contain include files that are not input files but should be processed by |
|
|
|
|
# the preprocessor. |
|
|
|
|
|
|
|
|
|
INCLUDE_PATH = |
|
|
|
|
INCLUDE_PATH = |
|
|
|
|
|
|
|
|
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard |
|
|
|
|
# patterns (like *.h and *.hpp) to filter out the header-files in the |
|
|
|
|
@ -1549,7 +1551,7 @@ INCLUDE_FILE_PATTERNS =
|
|
|
|
|
# undefined via #undef or recursively expanded use the := operator |
|
|
|
|
# instead of the = operator. |
|
|
|
|
|
|
|
|
|
PREDEFINED = |
|
|
|
|
PREDEFINED = HAVE_LZMA |
|
|
|
|
|
|
|
|
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then |
|
|
|
|
# this tag can be used to specify a list of macro names that should be expanded. |
|
|
|
|
@ -1756,7 +1758,7 @@ DIRECTORY_GRAPH = YES
|
|
|
|
|
# HTML_FILE_EXTENSION to xhtml in order to make the SVG files |
|
|
|
|
# visible in IE 9+ (other browsers do not have this requirement). |
|
|
|
|
|
|
|
|
|
DOT_IMAGE_FORMAT = png |
|
|
|
|
DOT_IMAGE_FORMAT = svg |
|
|
|
|
|
|
|
|
|
# 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. |
|
|
|
|
@ -1810,14 +1812,14 @@ MAX_DOT_GRAPH_DEPTH = 0
|
|
|
|
|
# enabling this option may lead to badly anti-aliased labels on the edges of |
|
|
|
|
# a graph (i.e. they become hard to read). |
|
|
|
|
|
|
|
|
|
DOT_TRANSPARENT = NO |
|
|
|
|
DOT_TRANSPARENT = YES |
|
|
|
|
|
|
|
|
|
# Set the DOT_MULTI_TARGETS tag to YES 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. |
|
|
|
|
|
|
|
|
|
DOT_MULTI_TARGETS = NO |
|
|
|
|
DOT_MULTI_TARGETS = YES |
|
|
|
|
|
|
|
|
|
# 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 |
|
|
|
|
|