Skip to content

Commit

Permalink
EnableDoxygen.cmake - clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jul 24, 2024
1 parent 755b799 commit 63ffd97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cmake/EnableDoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ function(EnableDoxygen outdir)
${CMAKE_BINARY_DIR}/${outdir}/Doxyfile @ONLY)
set(DOXYGEN_GENERATE_HTML YES)
set(DOXYGEN_QUIET YES)
###MTM set(DOXYGEN_HTML_OUTPUT ${CMAKE_BINARY_DIR}/${outdir}/html)
add_custom_target(enable_docs
COMMAND
${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/${outdir}/Doxyfile
###MTM ALL
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/${outdir}
COMMENT "Generate Doxygen HTML documentation")
${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/${outdir}/Doxyfile
WORKING_DIRECTORY
${CMAKE_BINARY_DIR}/${outdir}
COMMENT
"Generate Doxygen HTML documentation")
message("-- Doxygen HTML index page: "
${CMAKE_BINARY_DIR}/${outdir}/html/index.html)
endfunction()

0 comments on commit 63ffd97

Please sign in to comment.