You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In an 8-thread computer, I enable NUM_PROC_THREADS to 4 when building my documentation. However, in some steps, doxygen uses 8 even if I told him to only use 4. In other steps, it correctly respects the maximum.
Expected behavior
It always respects the maximum.
Screenshots
doxygen's output is very clear about this:
...
Processing input using 8 threads.
...
Generating code files using 4 threads.
...
To Reproduce
Just turn in any project NUM_PROC_THREADS to half of your max number of threads, and check the output.
Version 1.9.4 (91095fb62f0bc2c624b0e8e49d9316f51be76559*)