Skip to content

Commit f34e7f7

Browse files
albert-githubdzenanz
authored andcommitted
ENH: Speed up documentation generation by using multiprocessing
1 parent 5caa088 commit f34e7f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Utilities/Doxygen/DoxygenConfig.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set(DOXYGEN_BRIEF_MEMBER_DESC "NO")
99
set(DOXYGEN_FULL_PATH_NAMES "NO")
1010
set(DOXYGEN_STRIP_FROM_PATH "${ITK_BINARY_DIR}/Utilities/")
1111
set(DOXYGEN_TAB_SIZE "2")
12+
set(DOXYGEN_NUM_PROC_THREADS "0")
1213
set(DOXYGEN_ALIASES
1314
"starteraliasnotused=@par not used"
1415
"wiki=\\par Wiki Examples: ^^ \\li <a href=\\\"https://www.itk.org/Wiki/ITK/Examples\\\">All Media Wiki Examples</a> ^^"

Wrapping/DoxygenConfig.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set(DOXYGEN_BRIEF_MEMBER_DESC "NO")
99
set(DOXYGEN_FULL_PATH_NAMES "NO")
1010
set(DOXYGEN_STRIP_FROM_PATH "${ITK_BINARY_DIR}/Utilities/")
1111
set(DOXYGEN_TAB_SIZE "2")
12+
set(DOXYGEN_NUM_PROC_THREADS "0")
1213
set(DOXYGEN_ALIASES
1314
"starteraliasnotused=@par not used"
1415
"wiki=\\par Wiki Examples: ^^ \\li <a href=\\\"https://www.itk.org/Wiki/ITK/Examples\\\">All Media Wiki Examples</a> ^^"

0 commit comments

Comments
 (0)