From 18ef48f1abe44d2c67072d60ef6024f735c3d90e Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Sat, 12 Mar 2022 07:38:05 -0600 Subject: [PATCH] STYLE: Remove debugging script and support code 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. --- Utilities/Doxygen/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Utilities/Doxygen/CMakeLists.txt b/Utilities/Doxygen/CMakeLists.txt index 11f3bb64546..8461d8d9273 100644 --- a/Utilities/Doxygen/CMakeLists.txt +++ b/Utilities/Doxygen/CMakeLists.txt @@ -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)