Updated docstrings

This commit is contained in:
Alejandro Saucedo 2020-08-28 16:13:48 +01:00
parent b91c392f5e
commit cb0d7f7cf3
7 changed files with 135 additions and 26 deletions

View file

@ -55,3 +55,13 @@ add_custom_target(gensphinx ALL
DEPENDS ${DOXYGEN_INDEX_FILE}
COMMENT "Generating documentation with Sphinx")
# For completeness we also copy the output doxygen html files
file(COPY ${DOXYGEN_OUTPUT_DIR}/html/
DESTINATION ${SPHINX_BUILD}/doxygen/)
#add_custom_target(includedoxygen ALL
# COMMAND ${CMAKE_COMMAND}
# -E copy_directory
# ${DOXYGEN_OUTPUT_DIR}/html/
# ${SPHINX_BUILD}/doxygen/
# DEPENDS gensphinx)