Skip to content

Commit

Permalink
Doxygen.cmake: source path change
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jan 25, 2024
1 parent 7e6d271 commit 3661941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function(Doxygen outDir)
set(DOXYGEN_QUIET YES)
set(DOXYGEN_HTML_OUTPUT ${CMAKE_BINARY_DIR}/${outDir})
doxygen_add_docs(doxygen
${CMAKE_CURRENT_SOURCE_DIR}/docs
${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Generate Doxygen HTML documenation")
message("-- Doxygen HTML index page: "
${CMAKE_BINARY_DIR}/${outDir}/index.html)
Expand Down

0 comments on commit 3661941

Please sign in to comment.