Skip to content

Commit

Permalink
#2291: Include scripts directory in doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cwschilly committed Sep 20, 2024
1 parent 4ecfb4b commit 3d11695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/load_doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (${vt_doxygen_enabled})
set(DOXYGEN_CHECKPOINT_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/lib/checkpoint/src")
set(DOXYGEN_DOCS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/docs/")
set(DOXYGEN_EXAMPLE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/examples/")
set(DOXYGEN_SCRIPTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/scripts/")
set(DOXYGEN_TUTORIAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tutorial/")
set(DOXYGEN_OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/docs/")
set(DOXYGEN_MAIN_PAGE "${CMAKE_CURRENT_SOURCE_DIR}/src/vt.md")
Expand Down
1 change: 1 addition & 0 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ EXCLUDE_SYMBOLS =

EXAMPLE_PATH = "@DOXYGEN_EXAMPLE_DIR@" \
"@DOXYGEN_TUTORIAL_DIR@" \
"@DOXYGEN_SCRIPTS_DIR@" \
"@DOXYGEN_CHECKPOINT_EXAMPLE_DIR@"

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
Expand Down

0 comments on commit 3d11695

Please sign in to comment.