asdox是一种提取javadoc @标签完整的源文件的类/接口/方法定义ActionScript 3语法分析器。
资 源 简 介
asDox is an Actionscript 3 parser written in Python. It is based on qDox for Java.
The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc tags and member declarations. The parser ignores things such as actual method implementations to avoid overhead.
The end result of the parser is a very simple document model containing enough information to be useful.
Dependencies
PyParsing Required
Cheetah Optional (Needed to run examples)
## Quick Installation ##
Download the source (.zip)
Unzip to your local hard drive.
Navigate to the install directory.
Run python setup.py install
Windows Installation
NOTES: Windows installer does not install dependencies. Vista users should run
文 件 列 表
Python25
Lib
site-packages
asdox
Lib
site-packages
asdox
asBuilder.py
asBuilder.pyc
asGrammar.py
asGrammar.pyc
asModel.py
asModel.pyc
__init__.py
__init__.pyc