Doxygen不记录静态类? [英] Doxygen not documenting static classes?

查看:153
本文介绍了Doxygen不记录静态类?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我一直在使用Doxygen作为我的一个项目。我有一个问题,但它不会为C#静态类生成正确的文档。有没有一些选项我必须启用?



我的相关课程的完整源代码是此处。而命名空间的doxygen文件列在此处。此外,我的Doxyfile是此处。它是由doxywizard使用几乎默认的设置生成的。



如您所见,该类的简短描述是生成的,但该类没有一个页面可以看到(记录)静态方法和成员。而且,类没有列在类索引中,或者真的在其他任何地方。有什么问题?

解决方案

自从我创建了一个doxygen配置以来,尝试更改EXTRACT_STATIC的值到YES,你应该得到你想要的东西。


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 option I have to enable?

My complete source code for the relevant class is here. And the doxygen file for the namespace is listed here. Also, my Doxyfile is here. It was generated from doxywizard using almost default settings.

As you can see, the class's short description is generated, but the class does not have a page of it's own to see the (documented) static methods and members. Also, the class is not listed in the class index, or really anywhere else. What is the problem?

解决方案

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.

这篇关于Doxygen不记录静态类?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆