diff options
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index cc71b31a..c4a72b59 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -1085,7 +1085,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 = +HTML_HEADER = @SERD_SRCDIR@/doc/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 @@ -1095,7 +1095,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = +HTML_FOOTER = @SERD_SRCDIR@/doc/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 |