Flex ASDoc plugin

The ASDoc plugin can be used to generate ActionScript documentation.

Goals Overview

The ASDoc plugin provides both a mojo and a report to generate ActionScript documentation.

  • asdoc:asdoc generates your ActionScript documentation just like javadoc. This mojo is default not bound to any lifecyle phase.
  • asdoc:asdoc-report generates an ASDoc report to integrate with your project site documentation.

Usage

Instructions on how to use the ASDoc Plugin can be found here .

Writing ASDoc

Here you can read howto write good asdoc documentation .

Examples

  • Plugin Configuration shows an example of how to customize the generation of the ASDoc by adding some optional parameters.