Try first commit

This commit is contained in:
johltn
2020-11-02 12:43:17 +01:00
parent c263012287
commit a75ced62ce
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/docs/sphinx)
MESSAGE(STATUS "SPHINX BUILD ${CMAKE_CURRENT_BINARY_DIR}")
# file(MAKE_DIRECTORY ./output/doxygen)
file(MAKE_DIRECTORY ./output/doxygen)
if (DOXYGEN_FOUND)
+1 -1
View File
@@ -12,7 +12,7 @@ author = u'Johan Luttun'
# Setup the breathe extension
breathe_projects = {
"My Project": "./doxygen/xml"
"My Project": "./output/doxygen/xml"
}
breathe_default_project = "My Project"