问题描述
您使用的C / C ++文档工具是什么?
What are the C/C++ documentation tools that you have used? Which one would you recommend?
我已经使用doxygen与graphviz,但似乎有一个大代码库的问题,特别是在生成协作图时。
I have used doxygen with graphviz but it seems to have a problem with large code bases especially when generating collaboration diagrams.
我在网上发现了DoxyS,但没有使用它。
I found DoxyS on the web but have not used it. Going by the documention on its homepage it looks like its worth trying out.
推荐答案
Doxys是基于doxygen的,所以任何问题,你是具有doxygen可能也存在于doxys中。我刚才问了一个问题,doxygen的性能在这里:
Doxys is based on doxygen so any problems you are having with doxygen are likely to be present also in doxys. I had asked a question a while ago about performance of doxygen here: How to get doxygen to run faster?
这篇关于C / C ++文档工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!