InsightSoftwareConsortium / ITKDoxygen

ITK Doxygen nightly built with GitHub Actions and published to GitHub Pages
https://insightsoftwareconsortium.github.io/ITKDoxygen/
0 stars 3 forks source link

Fix build warnings #5

Open jhlegarreta opened 1 year ago

jhlegarreta commented 1 year ago

Description

There are a number of warnings that should be fixed in order to reduce the noise around the build:

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1148

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1157

error: Illegal ALIASES format 'https://www.itk.org/Wiki/ITK/Examples>All Media Wiki Examples</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments
error: Illegal ALIASES format '[https://www.itk.org/Wiki/ITK/Examples/\1](https://www.itk.org/Wiki/ITK/Examples//1)>\2</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments
error: Illegal ALIASES format 'https://itk.org/ITKExamples>All ITK Sphinx Examples</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments
error: Illegal ALIASES format '[https://itk.org/ITKExamples/src/\1/Documentation.html](https://itk.org/ITKExamples/src//1/Documentation.html)>\2</a> ^^'. Use "name=value" or "name{n}=value", where n is the number of arguments

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1158

warning: tag INPUT: input source '/work/ITK-bld/Documentation/Doxygen' does not exist
warning: tag INPUT: input source '/work/ITK-bld/Documentation/Doxygen/Examples.dox' does not exist

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1162 and https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:1163

Searching for files in directory /work/ITK/Modules/Registration/Metricwarning: source '/work/ITK-bld/Documentation/Doxygen' is not a readable file or directory... skipping.
warning: source '/work/ITK-bld/Documentation/Doxygen/Examples.dox' is not a readable file or directory... skipping.

raised at: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/3269579446/jobs/5377237994#step:4:2785

Additional notes

These warnings are not being reported to the CDash dashboard build: https://open.cdash.org/build/8223887

Need to be fixed in the ITK repository.

The rest of the build warnings are being tracked in: https://github.com/InsightSoftwareConsortium/ITK/issues/3654