File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ endif()
31
31
# configure the source Doxyfile by copying it and replacing all @variables@
32
32
set (DOXYGEN_CONFIGURED_INPUT ${DOXYGEN_OUTPUT_DIR} /doxyfile )
33
33
configure_file (${DOXYGEN_INPUT_DIR} /doc/doxyfile.in ${DOXYGEN_CONFIGURED_INPUT} @ONLY )
34
+ configure_file (${DOXYGEN_INPUT_DIR} /doc/header.html.in ${DOXYGEN_OUTPUT_DIR} /header.html @ONLY )
34
35
35
36
# copy the files needed by the documentation
36
37
configure_file (${DOXYGEN_INPUT_DIR} /doc/doxygen.css ${DOXYGEN_OUTPUT_DIR} /html/doxygen.css COPYONLY )
Original file line number Diff line number Diff line change @@ -1341,7 +1341,7 @@ HTML_FILE_EXTENSION = .html
1341
1341
# of the possible markers and block names see the documentation.
1342
1342
# This tag requires that the tag GENERATE_HTML is set to YES.
1343
1343
1344
- HTML_HEADER = "@DOXYGEN_INPUT_DIR@/doc /header.html"
1344
+ HTML_HEADER = "@DOXYGEN_OUTPUT_DIR@ /header.html"
1345
1345
1346
1346
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1347
1347
# generated HTML page. If the tag is left blank doxygen will generate a standard
Original file line number Diff line number Diff line change 20
20
<body>
21
21
<div id="banner-container">
22
22
<div id="banner">
23
- < span id ="sfml "> CSFML</ span >
23
+ <span id="sfml">CSFML @PROJECT_VERSION@ </span>
24
24
</div>
25
25
</div>
26
26
<div id="content">
You can’t perform that action at this time.
0 commit comments