Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Sep 29, 2023
1 parent 1f8f1ab commit 5807912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ set(DOXY_LAYOUT "${CMAKE_CURRENT_BINARY_DIR}/DoxygenLayout.xml")
set(DOXY_INDEX_HTML "${CMAKE_CURRENT_BINARY_DIR}/html/index.html")
set(DOXY_EXTRA_FILES
"${CMAKE_CURRENT_SOURCE_DIR}/cli.md"
"${CMAKE_CURRENT_SOURCE_DIR}/coding."md
"${CMAKE_CURRENT_SOURCE_DIR}/coding.md"
"${CMAKE_CURRENT_SOURCE_DIR}/dev.md"
"${CMAKE_CURRENT_SOURCE_DIR}/langref".md
"${CMAKE_CURRENT_SOURCE_DIR}/passes.m"d
"${CMAKE_CURRENT_SOURCE_DIR}/langref.md"
"${CMAKE_CURRENT_SOURCE_DIR}/passes.md"
"${CMAKE_CURRENT_SOURCE_DIR}/README.md")

string(REPLACE ";" " " DOXY_EXTRA_FILES_CONFIG "${DOXY_EXTRA_FILES}")
Expand Down

0 comments on commit 5807912

Please sign in to comment.