|
|
@@ -1,4 +1,4 @@
|
|
|
-# Doxyfile 1.8.0
|
|
|
+# Doxyfile 1.7.6.1
|
|
|
|
|
|
# This file describes the settings to be used by the documentation system
|
|
|
# doxygen (www.doxygen.org) for a project
|
|
|
@@ -250,15 +250,6 @@ OPTIMIZE_OUTPUT_VHDL = NO
|
|
|
|
|
|
EXTENSION_MAPPING =
|
|
|
|
|
|
-# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
|
|
|
-# comments according to the Markdown format, which allows for more readable
|
|
|
-# documentation. See http://daringfireball.net/projects/markdown/ for details.
|
|
|
-# The output of markdown processing is further processed by doxygen, so you
|
|
|
-# can mix doxygen, HTML, and XML commands with Markdown formatting.
|
|
|
-# Disable only in case of backward compatibilities issues.
|
|
|
-
|
|
|
-MARKDOWN_SUPPORT = YES
|
|
|
-
|
|
|
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
|
|
|
# to include (a tag file for) the STL sources as input, then you should
|
|
|
# set this tag to YES in order to let doxygen match functions declarations and
|
|
|
@@ -372,11 +363,6 @@ EXTRACT_ALL = NO
|
|
|
|
|
|
EXTRACT_PRIVATE = NO
|
|
|
|
|
|
-# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
|
|
|
-# scope will be included in the documentation.
|
|
|
-
|
|
|
-EXTRACT_PACKAGE = NO
|
|
|
-
|
|
|
# If the EXTRACT_STATIC tag is set to YES all static members of a file
|
|
|
# will be included in the documentation.
|
|
|
|
|
|
@@ -1182,7 +1168,7 @@ FORMULA_TRANSPARENT = YES
|
|
|
# (see http://www.mathjax.org) which uses client side Javascript for the
|
|
|
# rendering instead of using prerendered bitmaps. Use this if you do not
|
|
|
# have LaTeX installed or if you want to formulas look prettier in the HTML
|
|
|
-# output. When enabled you may also need to install MathJax separately and
|
|
|
+# output. When enabled you also need to install MathJax separately and
|
|
|
# configure the path to it using the MATHJAX_RELPATH option.
|
|
|
|
|
|
USE_MATHJAX = NO
|
|
|
@@ -1191,10 +1177,10 @@ USE_MATHJAX = NO
|
|
|
# HTML output directory using the MATHJAX_RELPATH option. The destination
|
|
|
# directory should contain the MathJax.js script. For instance, if the mathjax
|
|
|
# directory is located at the same level as the HTML output directory, then
|
|
|
-# MATHJAX_RELPATH should be ../mathjax. The default value points to
|
|
|
-# the MathJax Content Delivery Network so you can quickly see the result without
|
|
|
-# installing MathJax. However, it is strongly recommended to install a local
|
|
|
-# copy of MathJax from http://www.mathjax.org before deployment.
|
|
|
+# MATHJAX_RELPATH should be ../mathjax. The default value points to the
|
|
|
+# mathjax.org site, so you can quickly see the result without installing
|
|
|
+# MathJax, but it is strongly recommended to install a local copy of MathJax
|
|
|
+# before deployment.
|
|
|
|
|
|
MATHJAX_RELPATH = http://www.mathjax.org/mathjax
|
|
|
|
|
|
@@ -1542,16 +1528,20 @@ SKIP_FUNCTION_MACROS = YES
|
|
|
# Configuration::additions related to external references
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
-# The TAGFILES option can be used to specify one or more tagfiles. For each
|
|
|
-# tag file the location of the external documentation should be added. The
|
|
|
-# format of a tag file without this location is as follows:
|
|
|
+# The TAGFILES option can be used to specify one or more tagfiles.
|
|
|
+# Optionally an initial location of the external documentation
|
|
|
+# can be added for each tagfile. The format of a tag file without
|
|
|
+# this location is as follows:
|
|
|
# TAGFILES = file1 file2 ...
|
|
|
# Adding location for the tag files is done as follows:
|
|
|
# TAGFILES = file1=loc1 "file2 = loc2" ...
|
|
|
-# where "loc1" and "loc2" can be relative or absolute paths
|
|
|
-# or URLs. Note that each tag file must have a unique name (where the name does
|
|
|
-# NOT include the path). If a tag file is not located in the directory in which
|
|
|
-# doxygen is run, you must also specify the path to the tagfile here.
|
|
|
+# where "loc1" and "loc2" can be relative or absolute paths or
|
|
|
+# URLs. If a location is present for each tag, the installdox tool
|
|
|
+# does not have to be run to correct the links.
|
|
|
+# Note that each tag file must have a unique name
|
|
|
+# (where the name does NOT include the path)
|
|
|
+# If a tag file is not located in the directory in which doxygen
|
|
|
+# is run, you must also specify the path to the tagfile here.
|
|
|
|
|
|
TAGFILES =
|
|
|
|
|
|
@@ -1664,15 +1654,6 @@ GROUP_GRAPHS = 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
|
|
|
-# managable. Set this to 0 for no limit. Note that the threshold may be
|
|
|
-# exceeded by 50% before the limit is enforced.
|
|
|
-
|
|
|
-UML_LIMIT_NUM_FIELDS = 10
|
|
|
-
|
|
|
# If set to YES, the inheritance and collaboration graphs will show the
|
|
|
# relations between templates and their instances.
|
|
|
|