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

Appearance of documentation console output. #5181

Open albert-github opened 3 weeks ago

albert-github commented 3 weeks ago

Currently the warnings from the documentation are scattered throughout the, console, output and hard to find. Better would be either:

  1. use setting QUIET = YES or starting doxygen with the -q option, this will suppress all the progress messages
  2. use a warnings file (setting WARN_LOGFILE) and at the end of the run print the log file to the console