Qt Documentation Standards [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
开发者_运维知识库 Improve this questionI am looking for some help regarding documenting code in Qt. For instance, when I am developing on the XNA platform I use XML notation with tags such as summary, params, etc. What does Qt have and what are some standards.
In addition, I am looking for something that will work with documentation generating applications (such as Doxygen), unless Qt has something better that I don't know about.
Qt internally uses QDoc, which is not a supported product. It is similar to doxygen. If you already know doxygen, you should use it to document your Qt projects. See also this question.
精彩评论