Skip to content

Commit f2667a5

Browse files
committed
New front page
1 parent a5b4924 commit f2667a5

File tree

19 files changed

+81
-15
lines changed

19 files changed

+81
-15
lines changed

CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,7 @@ macro(GEN_DOCS target name)
324324
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/doc/${target}"
325325
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/doxygen")
326326

327-
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/doc/header.html"
328-
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/doxygen/${target}")
329-
330-
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/doc/footer.html"
327+
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/doc/doxygen"
331328
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/doxygen/${target}")
332329

333330
configure_file(
@@ -388,7 +385,7 @@ if (MFC_BUILD_DOC)
388385
ExternalProject_Add(doxygen-awesome-css
389386
PREFIX doxygen-awesome-css
390387
GIT_REPOSITORY "https://github.com/jothepro/doxygen-awesome-css"
391-
GIT_TAG "a5efba07a3d4fd6317d95657b3095b97e134b791"
388+
GIT_TAG "8a34f701d3435309a21080f44fbd4a466979aa19"
392389
CONFIGURE_COMMAND ""
393390
BUILD_COMMAND ""
394391
INSTALL_COMMAND ""
@@ -404,6 +401,6 @@ if (MFC_BUILD_DOC)
404401
GEN_DOCS(post_process "MFC: Post-Process")
405402

406403
# === === Generate Landing Page
407-
GEN_DOCS(landing "MFC")
404+
GEN_DOCS(documentation "MFC")
408405

409406
endif()

doc/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ HTML_FILE_EXTENSION = .html
11661166
# of the possible markers and block names see the documentation.
11671167
# This tag requires that the tag GENERATE_HTML is set to YES.
11681168

1169-
HTML_HEADER = header.html
1169+
HTML_HEADER = doxygen/header.html
11701170

11711171
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
11721172
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1176,7 +1176,7 @@ HTML_HEADER = header.html
11761176
# that doxygen normally uses.
11771177
# This tag requires that the tag GENERATE_HTML is set to YES.
11781178

1179-
HTML_FOOTER = footer.html
1179+
HTML_FOOTER = doxygen/footer.html
11801180

11811181
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
11821182
# sheet that is used by each HTML page. It can be used to fine-tune the look of
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)