Skip to content

Commit 8f969b2

Browse files
nordic-piksgmarull
authored andcommitted
doc: nrf: nrf.doxyfile.in: allow doxygen to run in parallel
Parallel threads base on system capabilites. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent ef21921 commit 8f969b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/nrf.doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ LOOKUP_CACHE_SIZE = 9
493493
# DOT_NUM_THREADS setting.
494494
# Minimum value: 0, maximum value: 32, default value: 1.
495495

496-
NUM_PROC_THREADS = 1
496+
NUM_PROC_THREADS = 0
497497

498498
# If the TIMESTAMP tag is set different from NO then each generated page will
499499
# contain the date or date and time when the page was generated. Setting this to

0 commit comments

Comments
 (0)