dox-docco 是一个样式化工具,用于使用注释解析器。安装命令为 npm install -g dox-docco
。对于 pygments
支持,需先安装 python-setuptools
,然后执行 sudo easy_install pygments
。如果未安装 pygments
,将跳过语法高亮。
用法
Usage: dox-docco [options]
选项
-
-h, --help
:输出帮助信息。 -
-V, --version
:输出版本号。 -
-o, --outfile [outfile]
:输出文件,默认是stdout
。 -
-i, --infile [infile]
:输入文件。
暂无评论