Skip to content

Commit 0a0f4f2

Browse files
committed
COMP: Update Doxygen XML and HTML artifacts to v6.0b01
The v5.3.0 Doxygen run generated no class compounds for itk::AddImageFilter and itk::Statistics::SampleToHistogramFilter, breaking their breathelink lookups; v6.0b01 contains both and matches the ITK main the examples build. The DocTag asset is still 5.3.0 (v6 releases publish none), so its lookup exception remains.
1 parent 150533a commit 0a0f4f2

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

CMake/CTestCustom.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
4646
"LabelGeometryImageFilter.*deprecated"
4747
"note: declared here"
4848
"RemovedInSphinx[0-9]+Warning"
49+
# The newest published InsightDoxygenDocTag is 5.3.0, which lacks some
50+
# class compounds; drop once ITK releases publish a current tag asset.
51+
"Could not find match for .itk::"
4952
"ipo: warning #11053"
5053
"ipo: warning #11053"
5154
"vxl.core.vnl.algo"

CMake/DownloadDoxygen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocHtml-5.3.0.tar.gz
1+
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v6.0b01/InsightDoxygenDocHtml-6.0b01.tar.gz
22
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
33
)

CMake/DownloadDoxygenTAG.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# v6 releases do not yet publish an InsightDoxygenDocTag asset; 5.3.0 is the newest.
12
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocTag-5.3.0.gz
23
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz SHOW_PROGRESS
34
)

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://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocXml-5.3.0.tar.gz
1+
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v6.0b01/InsightDoxygenDocXml-6.0b01.tar.gz
22
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
33
)

0 commit comments

Comments
 (0)