Skip to content

Commit 25f17ce

Browse files
committed
execute docker everytime
1 parent e2ec1de commit 25f17ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if(BUILD_DOCUMENTATION)
1313
configure_file(${doxyfile_in} ${doxyfile} @ONLY)
1414

1515
add_custom_target(doc
16+
ALL
1617
COMMAND ${DOXYGEN_EXECUTABLE} ${doxyfile}
1718
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
1819
COMMENT "Generating API documentation with Doxygen"

0 commit comments

Comments
 (0)