Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMake/CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"LabelGeometryImageFilter.*deprecated"
"note: declared here"
"RemovedInSphinx[0-9]+Warning"
# Nightly InsightDoxygen XML is currently missing these classes upstream.
"doxygenclass: Cannot find class"
"Could not find match for .itk::"
"ipo: warning #11053"
"ipo: warning #11053"
"vxl.core.vnl.algo"
Expand Down
2 changes: 1 addition & 1 deletion CMake/DownloadDoxygen.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocHtml-5.3.0.tar.gz
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocHtml-latest.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,3 +1,3 @@
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocTag-5.3.0.gz
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocTag-latest.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://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.3.0/InsightDoxygenDocXml-5.3.0.tar.gz
file(DOWNLOAD https://github.com/InsightSoftwareConsortium/ITKDoxygen/releases/download/latest/InsightDoxygenDocXml-latest.tar.gz
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
)
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ C++
Classes demonstrated
--------------------

.. breathelink:: itk::VectorContainer
.. breathelink:: itk::detail::VectorContainer
Loading