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.