Skip to content

Commit

Permalink
STYLE: Remove debugging script and support code
Browse files Browse the repository at this point in the history
Running doxygen on a single file is not needed
as a core part of ITK.  Remove the script that
needed cmake configure time support and complicated
the configuration process.
  • Loading branch information
hjmjohnson committed Mar 18, 2022
1 parent a44fd28 commit 18ef48f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Utilities/Doxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,6 @@ configure_file(${ITK_SOURCE_DIR}/Utilities/Doxygen/doxygen.config.in
${ITK_BINARY_DIR}/Utilities/Doxygen/doxygen.config)


set( ITK_DOXYGEN_OUTPUT_DIR ${ITK_BINARY_DIR}/temp )

set( ITK_DOXYGEN_INPUT "\"INPUT_SINGLE_FILE\"" )

set( ITK_DOXYGEN_DIAGRAMS NO )


configure_file(${ITK_SOURCE_DIR}/Utilities/Doxygen/doxygen.config.in
${ITK_BINARY_DIR}/single-doxygen.config)

# -------------------------------------------------------------
if (ITK_BUILD_DOCUMENTATION)

Expand Down

0 comments on commit 18ef48f

Please sign in to comment.