Skip to content

Commit 94e4144

Browse files
thewtexhjmjohnson
authored andcommitted
DOC: Update Doxygen XML for ITK 5.3.0
Note: This is intentionally not updated to the ITK source code version so we can bump the source version separately.
1 parent dfb07da commit 94e4144

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMake/DownloadDoxygen.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
file( DOWNLOAD https://data.kitware.com/api/v1/file/606753b52fa25629b9476eaa/download
2-
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
1+
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocHtml-5.3.0.tar.gz
2+
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
33
)

CMake/DownloadDoxygenTAG.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d8a2fa25629b94769d4/download
1+
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocTag-5.3.0.gz
22
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz SHOW_PROGRESS
33
)
44

CMake/DownloadDoxygenXML.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d892fa25629b94769ca/download
1+
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocXml-5.3.0.tar.gz
22
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
33
)

0 commit comments

Comments
 (0)