Skip to content

Commit

Permalink
Add all target to documentation generation
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   ../cmake/Doxygen.cmake
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent c5ef07d commit 259c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(EGOA_ENABLE_DOCUMENTATION)
set(doxyfile ${CMAKE_CURRENT_SOURCE_DIR}/documentation/Doxyfile)

configure_file(${doxyfile_in} ${doxyfile} @ONLY)
add_custom_target(doc #ALL
add_custom_target(doc ALL
COMMAND ${DOXYGEN_EXECUTABLE} ${doxyfile_in}
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
COMMENT "Generating API documentation with Doxygen"
Expand Down

0 comments on commit 259c987

Please sign in to comment.