|
@ -1199,7 +1199,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 = 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 |
|
@ -1209,7 +1209,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 = 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 |
|
@ -1221,7 +1221,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.css |
|
|
|
|
|
|
|
|
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined |
|
|
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined |
|
|
# cascading style sheets that are included after the standard style sheets |
|
|
# cascading style sheets that are included after the standard style sheets |
|
@ -1533,7 +1533,7 @@ DISABLE_INDEX = NO |
|
|
# 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. |
|
|
|
|
|
|
|
|
GENERATE_TREEVIEW = YES |
|
|
|
|
|
|
|
|
GENERATE_TREEVIEW = NO |
|
|
|
|
|
|
|
|
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that |
|
|
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that |
|
|
# doxygen will group on one line in the generated HTML documentation. |
|
|
# doxygen will group on one line in the generated HTML documentation. |
|
|