|
@@ -382,7 +382,7 @@ INLINE_SIMPLE_STRUCTS = YES
|
|
# types are typedef'ed and only the typedef is referenced, never the tag name.
|
|
# types are typedef'ed and only the typedef is referenced, never the tag name.
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
|
|
|
|
-TYPEDEF_HIDES_STRUCT = NO
|
|
|
|
|
|
+TYPEDEF_HIDES_STRUCT = YES
|
|
|
|
|
|
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
|
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
|
# cache is used to resolve symbols given their name and scope. Since this can be
|
|
# cache is used to resolve symbols given their name and scope. Since this can be
|
|
@@ -649,7 +649,7 @@ SHOW_FILES = YES
|
|
# Folder Tree View (if specified).
|
|
# Folder Tree View (if specified).
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
-SHOW_NAMESPACES = YES
|
|
|
|
|
|
+SHOW_NAMESPACES = NO
|
|
|
|
|
|
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
|
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
|
# doxygen should invoke to get the current version for each file (typically from
|
|
# doxygen should invoke to get the current version for each file (typically from
|
|
@@ -994,7 +994,7 @@ ALPHABETICAL_INDEX = YES
|
|
# Minimum value: 1, maximum value: 20, default value: 5.
|
|
# Minimum value: 1, maximum value: 20, default value: 5.
|
|
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
|
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
|
|
|
|
|
-COLS_IN_ALPHA_INDEX = 5
|
|
|
|
|
|
+COLS_IN_ALPHA_INDEX = 3
|
|
|
|
|
|
# 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
|
|
@@ -1046,7 +1046,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 = style/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
|
|
@@ -1056,7 +1056,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 = style/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
|
|
@@ -1068,7 +1068,7 @@ HTML_FOOTER =
|
|
# obsolete.
|
|
# obsolete.
|
|
# 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_STYLESHEET =
|
|
|
|
|
|
+HTML_STYLESHEET = style/bootstrap.min.css
|
|
|
|
|
|
# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
|
|
# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
|
|
# defined cascading style sheet that is included after the standard style sheets
|
|
# defined cascading style sheet that is included after the standard style sheets
|
|
@@ -1079,7 +1079,7 @@ HTML_STYLESHEET =
|
|
# see the documentation.
|
|
# 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 = style/doxygen.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
|
|
@@ -1089,7 +1089,8 @@ HTML_EXTRA_STYLESHEET =
|
|
# files will be copied as-is; there are no commands or markers available.
|
|
# files will be copied as-is; there are no commands or markers available.
|
|
# 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_FILES =
|
|
|
|
|
|
+HTML_EXTRA_FILES = style/jquery-1.11.1.min.js \
|
|
|
|
+ style/load-style.js
|
|
|
|
|
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
|
# will adjust the colors in the stylesheet and background images according to
|
|
# will adjust the colors in the stylesheet and background images according to
|
|
@@ -1135,7 +1136,7 @@ HTML_TIMESTAMP = YES
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
# 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_DYNAMIC_SECTIONS = NO
|
|
|
|
|
|
+HTML_DYNAMIC_SECTIONS = YES
|
|
|
|
|
|
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
|
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
|
# shown in the various tree structured indices initially; the user can expand
|
|
# shown in the various tree structured indices initially; the user can expand
|
|
@@ -1478,7 +1479,7 @@ MATHJAX_CODEFILE =
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-SEARCHENGINE = YES
|
|
|
|
|
|
+SEARCHENGINE = NO
|
|
|
|
|
|
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
|
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
|
# implemented using a web server instead of a web client using Javascript. There
|
|
# implemented using a web server instead of a web client using Javascript. There
|
|
@@ -1552,7 +1553,7 @@ EXTRA_SEARCH_MAPPINGS =
|
|
# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
|
|
# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
-GENERATE_LATEX = YES
|
|
|
|
|
|
+GENERATE_LATEX = NO
|
|
|
|
|
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|