Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2025
1 parent 3ef08eb commit 60c3691
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,10 @@ macro(_SETUP_DOXYGEN_DEFAULT_OPTIONS)
# ---------------------------------------------------------------------------
# Configuration options related to external references
# ---------------------------------------------------------------------------
_set_if_undefined(DOXYGEN_GENERATE_TAGFILE "doxygen-html/${PROJECT_NAME}.doxytag")
_set_if_undefined(
DOXYGEN_GENERATE_TAGFILE
"doxygen-html/${PROJECT_NAME}.doxytag"
)
# ---------------------------------------------------------------------------
# Configuration options related to the dot tool
# ---------------------------------------------------------------------------
Expand Down Expand Up @@ -592,8 +595,7 @@ macro(_SETUP_PROJECT_DOCUMENTATION)
add_dependencies(doc ${PROJECT_NAME}-doc)

add_custom_command(
OUTPUT
${PROJECT_BINARY_DIR}/doc/doxygen-html
OUTPUT ${PROJECT_BINARY_DIR}/doc/doxygen-html
COMMAND ${DOXYGEN_EXECUTABLE} ${JRL_CMAKEMODULE_DOXYFILE_PATH}
WORKING_DIRECTORY doc
COMMENT "Generating Doxygen documentation"
Expand Down

0 comments on commit 60c3691

Please sign in to comment.