Skip to content

Commit 6ec432f

Browse files
authored
Better Doxyfile configure comment
1 parent 0914e53 commit 6ec432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(DOXYGEN_INDEX_FILE ${DOXYGEN_OUTPUT_DIR}/xml/index.xml)
1212
set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in)
1313
set(DOXYFILE_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
1414

15-
# Replace variables inside @@ with the current values
15+
# Set the Doxygen input and output directories in the Doxyfile
1616
configure_file(${DOXYFILE_IN} ${DOXYFILE_OUT} @ONLY)
1717

1818
# Doxygen won't create this for us

0 commit comments

Comments
 (0)