|
@@ -133,7 +133,7 @@ ALWAYS_DETAILED_SEC = NO
|
|
|
# operators of the base classes will not be shown.
|
|
# operators of the base classes will not be shown.
|
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
-INLINE_INHERITED_MEMB = YES
|
|
|
|
|
|
|
+INLINE_INHERITED_MEMB = NO
|
|
|
|
|
|
|
|
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
|
|
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
|
|
|
# before files name in the file list and in the header files. If set to NO the
|
|
# before files name in the file list and in the header files. If set to NO the
|
|
@@ -525,7 +525,7 @@ HIDE_COMPOUND_REFERENCE= NO
|
|
|
# the files that are included by a file in the documentation of that file.
|
|
# the files that are included by a file in the documentation of that file.
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
-SHOW_INCLUDE_FILES = YES
|
|
|
|
|
|
|
+SHOW_INCLUDE_FILES = NO
|
|
|
|
|
|
|
|
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
|
|
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
|
|
|
# grouped member an include statement to the documentation, telling the reader
|
|
# grouped member an include statement to the documentation, telling the reader
|
|
@@ -654,7 +654,7 @@ SHOW_USED_FILES = NO
|
|
|
# (if specified).
|
|
# (if specified).
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
-SHOW_FILES = YES
|
|
|
|
|
|
|
+SHOW_FILES = NO
|
|
|
|
|
|
|
|
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
|
|
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
|
|
|
# page. This will remove the Namespaces entry from the Quick Index and from the
|
|
# page. This will remove the Namespaces entry from the Quick Index and from the
|
|
@@ -962,7 +962,7 @@ REFERENCES_LINK_SOURCE = YES
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
# This tag requires that the tag SOURCE_BROWSER is set to YES.
|
|
# This tag requires that the tag SOURCE_BROWSER is set to YES.
|
|
|
|
|
|
|
|
-SOURCE_TOOLTIPS = YES
|
|
|
|
|
|
|
+SOURCE_TOOLTIPS = NO
|
|
|
|
|
|
|
|
# If the USE_HTAGS tag is set to YES then the references to source code will
|
|
# If the USE_HTAGS tag is set to YES then the references to source code will
|
|
|
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
|
|
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
|
|
@@ -992,7 +992,7 @@ USE_HTAGS = NO
|
|
|
# See also: Section \class.
|
|
# See also: Section \class.
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
-VERBATIM_HEADERS = YES
|
|
|
|
|
|
|
+VERBATIM_HEADERS = NO
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
#---------------------------------------------------------------------------
|
|
|
# Configuration options related to the alphabetical class index
|
|
# Configuration options related to the alphabetical class index
|
|
@@ -1062,7 +1062,7 @@ HTML_FILE_EXTENSION = .html
|
|
|
# of the possible markers and block names see the documentation.
|
|
# of the possible markers and block names see the documentation.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
-HTML_HEADER =
|
|
|
|
|
|
|
+HTML_HEADER = docs/header.html
|
|
|
|
|
|
|
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
|
|
# generated HTML page. If the tag is left blank doxygen will generate a standard
|
|
# generated HTML page. If the tag is left blank doxygen will generate a standard
|
|
@@ -1072,7 +1072,7 @@ HTML_HEADER =
|
|
|
# that doxygen normally uses.
|
|
# that doxygen normally uses.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
-HTML_FOOTER =
|
|
|
|
|
|
|
+HTML_FOOTER = docs/footer.html
|
|
|
|
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
|
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
|
@@ -1097,7 +1097,7 @@ HTML_STYLESHEET =
|
|
|
# list). For an example see the documentation.
|
|
# list). For an example see the documentation.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
-HTML_EXTRA_STYLESHEET =
|
|
|
|
|
|
|
+HTML_EXTRA_STYLESHEET = docs/stylesheet.css
|
|
|
|
|
|
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
|
|
# other source files which should be copied to the HTML output directory. Note
|
|
# other source files which should be copied to the HTML output directory. Note
|
|
@@ -1971,7 +1971,7 @@ EXPAND_ONLY_PREDEF = NO
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
|
|
|
|
|
|
|
-SEARCH_INCLUDES = YES
|
|
|
|
|
|
|
+SEARCH_INCLUDES =
|
|
|
|
|
|
|
|
# The INCLUDE_PATH tag can be used to specify one or more directories that
|
|
# The INCLUDE_PATH tag can be used to specify one or more directories that
|
|
|
# contain include files that are not input files but should be processed by the
|
|
# contain include files that are not input files but should be processed by the
|
|
@@ -2080,7 +2080,7 @@ PERL_PATH = /usr/bin/perl
|
|
|
# powerful graphs.
|
|
# powerful graphs.
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
-CLASS_DIAGRAMS = YES
|
|
|
|
|
|
|
+CLASS_DIAGRAMS = NO
|
|
|
|
|
|
|
|
# You can define message sequence charts within doxygen comments using the \msc
|
|
# You can define message sequence charts within doxygen comments using the \msc
|
|
|
# command. Doxygen will then run the mscgen tool (see:
|
|
# command. Doxygen will then run the mscgen tool (see:
|
|
@@ -2207,7 +2207,7 @@ TEMPLATE_RELATIONS = NO
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
-INCLUDE_GRAPH = YES
|
|
|
|
|
|
|
+INCLUDE_GRAPH = NO
|
|
|
|
|
|
|
|
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|
|
# 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
|
|
# set to YES then doxygen will generate a graph for each documented file showing
|
|
@@ -2216,7 +2216,7 @@ INCLUDE_GRAPH = YES
|
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
-INCLUDED_BY_GRAPH = YES
|
|
|
|
|
|
|
+INCLUDED_BY_GRAPH = NO
|
|
|
|
|
|
|
|
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
|
|
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
|
|
|
# dependency graph for every global function or class method.
|
|
# dependency graph for every global function or class method.
|