Specifications

283ADOBE FLEX 3
Building and Deploying Adobe Flex 3 Applications
The asdoc command also recognizes the following options from the compc component compiler:
-source-path
-library-path
-namespace
-load-config
-actionscript-file-encoding
-help
-advanced
-benchmark
-strict
-warnings
-left-frameset-width int
An integer that changes the width of the left frameset of the documentation. You can
change this size to accommodate the length of your package names.
The default value is 210 pixels.
-main-title "string"
The text that appears at the top of the HTML pages in the output documentation.
The default value is "API Documentation".
-output string
The output directory for the generated documentation. The default value is "asdoc-
output
".
-package name "description"
The descriptions to use when describing a package in the documentation. You can specify
more than one
package option.
The following example adds two package descriptions to the output:
asdoc -doc-sources my_dir
-output myDoc
-package com.my.business "Contains business classes and
interfaces"
-package com.my.commands "Contains command base classes and
interfaces"
-templates-path string
The path to the ASDoc template directory. The default is the asdoc/templates directory in
the ASDoc installation directory. This directory contains all the HTML, CSS, XSL, and image
files used for generating the output.
-window-title "string"
The text that appears in the browser window in the output documentation.
The default value is "API Documentation".
Option Description