added "/code_docs" to Doxyfile

This commit is contained in:
The-EDev 2020-10-18 15:30:43 +03:00
parent a755b2555c
commit 06075989ff

View File

@ -1146,7 +1146,7 @@ HTML_FILE_EXTENSION = .html
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_HEADER = $(TRAVIS_BUILD_DIR)/darxygen/html_header.html
HTML_HEADER = $(TRAVIS_BUILD_DIR)/code_docs/darxygen/html_header.html
# 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
@ -1156,7 +1156,7 @@ HTML_HEADER = $(TRAVIS_BUILD_DIR)/darxygen/html_header.html
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FOOTER = $(TRAVIS_BUILD_DIR)/darxygen/html_footer.html
HTML_FOOTER = $(TRAVIS_BUILD_DIR)/code_docs/darxygen/html_footer.html
# 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
@ -1181,8 +1181,8 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET = $(TRAVIS_BUILD_DIR)/darxygen/custom.css \
$(TRAVIS_BUILD_DIR)/darxygen/custom_dark_theme.css
HTML_EXTRA_STYLESHEET = $(TRAVIS_BUILD_DIR)/code_docs/darxygen/custom.css \
$(TRAVIS_BUILD_DIR)/code_docs/darxygen/custom_dark_theme.css
# 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