use doxygen as github pages in docs/

This commit is contained in:
Johann Dreo 2020-10-18 17:01:56 +02:00
commit 7e75e8fb13
171 changed files with 10089 additions and 5 deletions

View file

@ -47,8 +47,7 @@ if(BUILD_DOCUMENTATION)
configure_file(${doxyfile_in} ${doxyfile} @ONLY)
# ALL allows to build the docs together with any other target.
add_custom_target( doc ALL
add_custom_target( doc
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API documentation with Doxygen"