use doxygen as github pages in docs/
This commit is contained in:
parent
68f7b70f26
commit
7e75e8fb13
171 changed files with 10089 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue