Skip to content

Commit a2575c5

Browse files
committed
Try to publish doxygen directly
1 parent 4b586f1 commit a2575c5

File tree

180 files changed

+1
-2684
lines changed

Some content is hidden

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

180 files changed

+1
-2684
lines changed

.github/workflows/doxygen-gh-pages.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ 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/manual)
107+
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/docs)
108108
doxygen_add_docs(bus-message-doc ALL
109109
include/bus doxygen
110110
COMMENT "Bus Message Interface Library generating documentation")

docs/.nojekyll

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)