How to get doxygen to run faster?

后端 未结 5 1860
抹茶落季
抹茶落季 2020-12-29 06:51

Doxygen is a bit slow - it takes about a couple of minutes to process my whole project, so for small incremental changes this is longer than actually building the rest of my

5条回答
  •  既然无缘
    2020-12-29 07:37

    From Doxygen documentation:

    How can I exclude all test directories from my directory tree?

    Simply put an exclude pattern like this in the configuration file:

    EXCLUDE_PATTERNS = /test/

    So, you should be using patterns to exclude files. It's been a long time since I've used Doxygen, but i don't remember any option to process only changed files.

提交回复
热议问题