Skip to content

Commit

Permalink
DOC: Update Doxygen XML for ITK 5.3.0
Browse files Browse the repository at this point in the history
Note: This is intentionally not updated to the ITK source code version so we can bump the source version separately.
  • Loading branch information
thewtex committed Jul 26, 2023
1 parent 1b2d2c0 commit 40a8a65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMake/DownloadDoxygen.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file( DOWNLOAD https://data.kitware.com/api/v1/file/606753b52fa25629b9476eaa/download
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocHtml-5.3.0.tar.gz
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
)
2 changes: 1 addition & 1 deletion CMake/DownloadDoxygenTAG.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d8a2fa25629b94769d4/download
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocTag-5.3.0.gz
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz SHOW_PROGRESS
)

2 changes: 1 addition & 1 deletion CMake/DownloadDoxygenXML.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d892fa25629b94769ca/download
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocXml-5.3.0.tar.gz
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
)

0 comments on commit 40a8a65

Please sign in to comment.