自动为as2.0的Class生成API文档的工具

      flash的交界 2005-2-1 18:39
API文档是我们编程的时候经常要借助的工具,前两天无意中在网上搜索到了一个自动生成as2.0API文档的工具,叫AS2docGenerator,你只要按照他的格式书写类里面的注释,就可以用他的工具导出html的网页格式api文档。

@class test 类的名字
* @author wei386 作者
* @version 0.5 版本
* @description 类的说明 wei386.5dblog.com
* @usage <pre>test:Test = new Test(str[, delim])</pre> 类的用法
* @param str (String) a string to be parsed. 构造类的时候所需要的参数
* @param delim (String) the delimiters.

方法中也要定义
/**
* @method test 方法名
* @description 方法说明
* @usage <code>test.test</code>方法用法
* @returns 返回类型.
*/

之后用cmd进入AS2docGenerator.exe所在的目录执行AS2docGenerator.exe Test.as就会执行命令,之后会提示是否生成api成功,以及生成的html的名字,而且还支持批量产生API,
AS2docGenerator.exe E:\temp\download\AS2docGenerator\AS2docGenerator
放一个目录作为参数就会把这个目录下所有.as 生成API文档,很爽。
不够中文支持部很好,需要把浏览器的编码Unicode才能显示中文,有兴趣的可以试一下,因为上传限制只能给大家地址了
地址:http://www.klaustrofobik.org/blog/archives/000242.html
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}