Skip to content

Commit 7f64a89

Browse files
docs: automatic Doxyfile upgrade
1 parent bf31d92 commit 7f64a89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ add_custom_command(OUTPUT ${DOXYGEN_INDEX_FILE}
8181
${SILKIT_API_HEADERS}
8282
${SPHINX_SOURCE_FILES}
8383
${SVG_FILES}
84+
# auto-upgrade the Doxyfile to the current configuration version
85+
COMMAND ${DOXYGEN_EXECUTABLE} -u ${DOXYFILE_OUT}
86+
# extract inline documentation from source code
8487
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYFILE_OUT}
8588
# generate docs
8689
COMMAND "${Python3_EXECUTABLE}" -m sphinx.cmd.build

0 commit comments

Comments
 (0)