Skip to content

Commit 7f9f2b6

Browse files
committed
ENH: Appearance of documentation console output.
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.
1 parent 9d8f16b commit 7f9f2b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Utilities/Doxygen/DoxygenConfig.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(
77
)
88
set(DOXYGEN_PROJECT_BRIEF "Insight Toolkit")
99
set(DOXYGEN_PROJECT_LOGO "${ITK_SOURCE_DIR}/Documentation/Art/itkLogoSmall.png")
10+
set(DOXYGEN_QUIET "YES")
1011
set(DOXYGEN_OUTPUT_DIRECTORY "${ITK_DOXYGEN_OUTPUT_DIR}")
1112
set(DOXYGEN_BRIEF_MEMBER_DESC "NO")
1213
set(DOXYGEN_FULL_PATH_NAMES "NO")

0 commit comments

Comments
 (0)