Skip to content

Commit

Permalink
ENH: Speed up documentation generation by using multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-github authored and dzenanz committed Jan 28, 2025
1 parent eb490ff commit 1c523aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/Doxygen/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(DOXYGEN_BRIEF_MEMBER_DESC "NO")
set(DOXYGEN_FULL_PATH_NAMES "NO")
set(DOXYGEN_STRIP_FROM_PATH "${ITK_BINARY_DIR}/Utilities/")
set(DOXYGEN_TAB_SIZE "2")
set(DOXYGEN_NUM_PROC_THREADS "0")
set(DOXYGEN_ALIASES
"starteraliasnotused=@par not used"
"wiki=\\par Wiki Examples:<br> ^^ \\li <a href=\\\"https://www.itk.org/Wiki/ITK/Examples\\\">All Media Wiki Examples</a> ^^"
Expand Down
1 change: 1 addition & 0 deletions Wrapping/DoxygenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(DOXYGEN_BRIEF_MEMBER_DESC "NO")
set(DOXYGEN_FULL_PATH_NAMES "NO")
set(DOXYGEN_STRIP_FROM_PATH "${ITK_BINARY_DIR}/Utilities/")
set(DOXYGEN_TAB_SIZE "2")
set(DOXYGEN_NUM_PROC_THREADS "0")
set(DOXYGEN_ALIASES
"starteraliasnotused=@par not used"
"wiki=\\par Wiki Examples:<br> ^^ \\li <a href=\\\"https://www.itk.org/Wiki/ITK/Examples\\\">All Media Wiki Examples</a> ^^"
Expand Down

0 comments on commit 1c523aa

Please sign in to comment.