Skip to content
Snippets Groups Projects
Commit 9b92e3c4 authored by Mark Olesen's avatar Mark Olesen
Browse files

use absolute path for header/footer in Doxyfile

- makes it easier to copy Doxyfile for local Doxygen generation
  ie, for debugging and writing without processing everything
parent 55c04d30
Branches
Tags
No related merge requests found
...@@ -689,13 +689,13 @@ HTML_FILE_EXTENSION = .html ...@@ -689,13 +689,13 @@ HTML_FILE_EXTENSION = .html
# each generated HTML page. If it is left blank doxygen will generate a # each generated HTML page. If it is left blank doxygen will generate a
# standard header. # standard header.
HTML_HEADER = FoamHeader.html HTML_HEADER = $(WM_PROJECT_DIR)/doc/Doxygen/FoamHeader.html
# The HTML_FOOTER tag can be used to specify a personal HTML footer for # The HTML_FOOTER tag can be used to specify a personal HTML footer for
# each generated HTML page. If it is left blank doxygen will generate a # each generated HTML page. If it is left blank doxygen will generate a
# standard footer. # standard footer.
HTML_FOOTER = FoamFooter.html HTML_FOOTER = $(WM_PROJECT_DIR)/doc/Doxygen/FoamFooter.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading # 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 # style sheet that is used by each HTML page. It can be used to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment