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
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.
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: