# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put in front of it.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
DOXYGEN_HTML_OUTPUT:"documentation_build/"
DOXYGEN_HTML_OUTPUT:"website_build/"
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined cascading style sheets that are included after the standard style sheets created by doxygen.
# Using this option one can overrule certain style aspects. This is preferred over using HTML_STYLESHEET since it does not replace the standard style sheet and is therefore more robust against future updates.