Skip to content

Commit b3f7244

Browse files
authored
Merge pull request #6429 from albert-github/feature/bug_docu_quiet
ENH: Appearance of documentation console output.
2 parents e9e948e + 7f9f2b6 commit b3f7244

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)