Skip to content

Commit 2b5ac1d

Browse files
committed
Still trying to publish docs
1 parent 0605a0b commit 2b5ac1d

167 files changed

Lines changed: 2 additions & 127 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ if (DOXYGEN_FOUND AND BUS_DOC)
104104
set(DOXYGEN_DISABLE_INDEX YES)
105105
set(DOXYGEN_GENERATE_TREEVIEW YES)
106106
set(DOXYGEN_FULL_SIDEBAR YES)
107-
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/docs)
107+
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
108+
set(DOXYGEN_HTML_OUTPUT "docs")
108109
doxygen_add_docs(bus-message-doc ALL
109110
include/bus doxygen
110111
COMMENT "Bus Message Interface Library generating documentation")
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)