美文网首页
学习doxygen 2. 使用

学习doxygen 2. 使用

作者: 华山论剑 | 来源:发表于2017-02-03 20:26 被阅读146次
    1. You document your source code with special documentation blocks (see section Special comment blocks).

    2. You generate a configuration file (see section Configuration) by calling doxygen with the -g option:

    doxygen -g <config_file>
    
    1. You edit the configuration file so it matches your project. In the configuration file you can specify the input files and a lot of optional information.

    2. You let doxygen generate the documentation, based on the settings in the configuration file:

    doxygen <config_file>
    

    相关文章

      网友评论

          本文标题:学习doxygen 2. 使用

          本文链接:https://www.haomeiwen.com/subject/cnndittx.html