-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathasdoc-packages.xml
31 lines (31 loc) · 1.34 KB
/
asdoc-packages.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<overviews>
<all-packages>
<description><![CDATA[SWF tags are grouped into packages according to the SWF version in which they were introduced.]]></description>
</all-packages>
<!--
<all-classes>
<description><![CDATA[]]></description>
</all-classes>
-->
<packages>
<package name="com.swfwire.decompiler">
<shortDescription>High-level classes that provide the ability to read/write SWF files.</shortDescription>
</package>
<package name="com.swfwire.decompiler.abc">
<shortDescription>High-level classes that provide the ability to read/write ABC data.</shortDescription>
</package>
<package name="com.swfwire.decompiler.data.swf">
<shortDescription>Classes that provide the data structure for each SWF tag, arranged by the SWF version the tag was introduced.</shortDescription>
</package>
<package name="com.swfwire.decompiler.events">
<shortDescription>Events for reading/writing SWF files.</shortDescription>
</package>
<package name="com.swfwire.utils">
<shortDescription>Common utilities for logging and debugging.</shortDescription>
</package>
<package name="net.anirudh.as3syntaxhighlight">
<shortDescription>http://code.google.com/p/as3syntaxhighlight/</shortDescription>
</package>
</packages>
</overviews>