API Document generator for Actionscript 3 code.
Mojo Attributes :
runtime| Name | Type | Description |
|---|---|---|
| asdocTemplates | File |
The location of the asdoc templates to be used in generating documentation Default value is ${flex.home}/asdoc/templates. |
| description | String |
Report description Default value is ASDoc Actionscript API Documentation. |
| finalName | String |
Name of the generated compiled binary file. |
| flexHome | File |
The directory in which Flex (command-line or builder) is installed. |
| name | String |
Report name Default value is ASDocs. |
| reportOutputDirectory | File |
Specifies the destination directory where javadoc saves the generated HTML files. |
| Name | Type | Description |
|---|---|---|
| classifier | String |
Classifier to add to the artifact generated. If given, the artifact will be an attachment instead. |
| destDir | String |
The name of the destination directory. Default value is apidocs. |
| extraParameters | Parameter[] |
No description. |
| flexConfig | File |
The location of the flex configuration file. |
| javaOpts | String[] |
These are additional JVM options used when invoking the Flex compiler |
| projectHelper | MavenProjectHelper |
No description. |
| siteRenderer | Renderer |
Generates the site report |
| source | File |
Location of the flex sources. |
The location of the asdoc templates to be used in generating documentation
java.io.FileYes${asdoc.templates}${flex.home}/asdoc/templatesClassifier to add to the artifact generated. If given, the artifact will be an attachment instead.
java.lang.StringNoReport description
java.lang.StringYesASDoc Actionscript API DocumentationThe name of the destination directory.
java.lang.StringNo${destDir}apidocsNo Description.
net.israfil.mojo.flex2.Parameter[]No${flex.extraParameters}Name of the generated compiled binary file.
java.lang.StringYes${project.build.finalName}The location of the flex configuration file.
java.io.FileNo${flex.config}The directory in which Flex (command-line or builder) is installed.
java.io.FileYes${flex.home}These are additional JVM options used when invoking the Flex compiler
java.lang.String[]No${flex.java.options}Report name
java.lang.StringYesASDocsNo Description.
org.apache.maven.project.MavenProjectHelperNoSpecifies the destination directory where javadoc saves the generated HTML files.
java.io.FileYes${project.reporting.outputDirectory}/apidocsGenerates the site report
javax.swing.RendererNoLocation of the flex sources.
java.io.FileNo${flex.compiler.source}