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

问题描述

有些人建议Doxygen,一些ccdoc,应该更类似于javadoc,但不太受支持。你的意见是什么?

解决方案

我使用有几个原因:




  1. 继承图


  2. 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. Call graphs
    2. Collaboration Graphs
    3. Inheritance Graphs
    4. Dependency Graphs

    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的程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 20:48