Doxygen not documenting static classes?

前端 未结 2 939
栀梦
栀梦 2021-02-12 01:54

I\'ve been recently using Doxygen for a project of mine. I\'m having a problem though that it won\'t generate the proper documentation for a C# static class. Is there some optio

相关标签:
2条回答
  • 2021-02-12 02:03

    It's been a while since I've created a doxygen config, but try changing the value of EXTRACT_STATIC to YES, and you should get what you're looking for.

    0 讨论(0)
  • 2021-02-12 02:25

    Just in case anyone is using the Doxywizard GUI rather than editing the Doxyfile by hand, the EXTRACT_STATIC flag is listed on the Expert tab under Build:

    enter image description here

    0 讨论(0)
提交回复
热议问题