ENH: Appearance of documentation console output.#6429
Conversation
In the overnight documentation build it is now hard to find which warnings doxygen emits as the warning output is mixed with the "progress messages". By setting the doxygen setting `QUIET = YES` the "progress messages" are not shown anymore.
|
| Filename | Overview |
|---|---|
| Utilities/Doxygen/DoxygenConfig.cmake | Adds DOXYGEN_QUIET=YES to suppress Doxygen progress messages, making build warnings easier to spot in CI logs. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CMake configure step] --> B[DoxygenConfig.cmake sets DOXYGEN_QUIET=YES]
B --> C[doxygen_add_docs invoked]
C --> D{Doxygen runs}
D -->|Progress messages| E[Suppressed ✓]
D -->|Warnings / Errors| F[Printed to console ✓]
F --> G[CI log — warnings easier to find]
Reviews (1): Last reviewed commit: "ENH: Appearance of documentation console..." | Re-trigger Greptile
|
/azp run ITK.macOS.Python |
|
ITK.macOS.Python hanged with: Failed to post status to GitHub for repository InsightSoftwareConsortium/ITK with error: "Requires authentication". Verify that the GitHub credentials are still valid on the service connection. For OAuth connections, verify that Azure Pipelines is granted access to the repository's organization |
b3f7244
into
InsightSoftwareConsortium:main
In the overnight documentation build it is now hard to find which warnings doxygen emits as the warning output is mixed with the "progress messages". By setting the doxygen setting
QUIET = YESthe "progress messages" are not shown anymore.PR Checklist