We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e948e + 7f9f2b6 commit b3f7244Copy full SHA for b3f7244
1 file changed
Utilities/Doxygen/DoxygenConfig.cmake
@@ -7,6 +7,7 @@ set(
7
)
8
set(DOXYGEN_PROJECT_BRIEF "Insight Toolkit")
9
set(DOXYGEN_PROJECT_LOGO "${ITK_SOURCE_DIR}/Documentation/Art/itkLogoSmall.png")
10
+set(DOXYGEN_QUIET "YES")
11
set(DOXYGEN_OUTPUT_DIRECTORY "${ITK_DOXYGEN_OUTPUT_DIR}")
12
set(DOXYGEN_BRIEF_MEMBER_DESC "NO")
13
set(DOXYGEN_FULL_PATH_NAMES "NO")
0 commit comments