InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.47k stars 686 forks source link

Warning about `<br>` tag in title section #5182

Closed albert-github closed 2 weeks ago

albert-github commented 3 weeks ago

Running the current doxygen master (1.14.0 (eef56fc1577255e67e56f997896b0512dd9527d1)) on the ITK sources resulted in a number warnings like:

warning: Unsupported HTML tag <br> found as part of a title section

Full list: html.txt

This can be easily prevented by removing the <br> from the ALIASES settings.

dzenanz commented 2 weeks ago

I assume this is the place to do it? https://github.com/InsightSoftwareConsortium/ITK/blob/fde014ae98d80e0c21d0a93340185eabd7c14b71/Wrapping/DoxygenConfig.cmake#L12-L19

albert-github commented 2 weeks ago

@dzenanz Yes that is the place

albert-github commented 2 weeks ago

Proposed patch: diff.patch