本文介绍了是否有C / C ++一个类似JavaDoc的计划?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有些人建议的Doxygen,有些ccdoc,这应该是更类似于javadoc的,但还不支持。你对此有何看法?

Some people suggested Doxygen, some ccdoc, which should be more similar to javadoc but is less supported. What's your opinion?

推荐答案

我使用的有以下几个原因:

I use Doxygen for several reasons:




  1. 继承图


  1. Call graphs
  2. Collaboration Graphs
  3. Inheritance Graphs
  4. Dependency Graphs

任何承诺之前,所有的修改必须被记录和我们的常规构建包括生成文档。这些的Doxygen的非常方便的功能都会增加任何项目的。

Before anything is committed, all changes must be documented and our regular builds involve generating documentation. These very handy features of Doxygen increase the bus factor on any project.

这篇关于是否有C / C ++一个类似JavaDoc的计划?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 03:41