Chinaunix

标题: 关于Doxygen的一些东东 [打印本页]

作者: portland    时间: 2005-03-27 22:15
标题: 关于Doxygen的一些东东
a nice tool, easy to use, isn't it?
*** Doxygen的使用
文档在/usr/share/doc/doxygen/html下面,也可以访问官方网址:http://www.stack.nl/~dimitri/doxygen/
或者http://www.doxygen.org
*** 配合emacs的使用--Doxymacs
http://doxymacs.sourceforge.net/
常用的按键:
 Default key bindings are:
    * C-c d ? will look up documentation for the symbol under the point.
    * C-c d r will rescan your Doxygen tags file.
    * C-c d f will insert a Doxygen comment for the next function.
    * C-c d i will insert a Doxygen comment for the current file.
    * C-c d ; will insert a Doxygen comment for a member variable on the current line (like M-;).
    * C-c d m will insert a blank multi-line Doxygen comment.
    * C-c d s will insert a blank single-line Doxygen comment.
    * C-c d @ will insert grouping comments around the current region.
*** 测试一下
要使用中文的话,在配置文件中必须设置:
OUTPUT_LANGUAGE        = Chinese


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5506/showart_18030.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2