How to get doxygen to run faster?

后端 未结 5 1859
抹茶落季
抹茶落季 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:36

    I don't think having Doxygen run on a normal dev cycle is a good idea. Our Doxygen build runs as part of our Continuous Integration server's responsibilities.

    That said, there are some benefits of running doxygen every build to catch missing docs. So I would trim the doxygen config for dev builds removing diagrams, and even stop apple importing it into xcode.

提交回复
热议问题