ASDoc arguments

Ran into a few “quirks” using ASDoc, so needed to tweak my arguments, firstly to include libraries, and secondly to surpress some odd errors, such as: Error: Interface method get creatingContentPane in namespace mx.core:IContainer not implemented This error was coming from an empty MXML component that extends Canvas… no code or children…. weird. So anyway, [...]

Ran into a few “quirks” using ASDoc, so needed to tweak my arguments, firstly to include libraries, and secondly to surpress some odd errors, such as:

Error: Interface method get creatingContentPane in namespace mx.core:IContainer not implemented

This error was coming from an empty MXML component that extends Canvas… no code or children…. weird. So anyway, adding the warning params below make everyone happy happy.

-source-path .\src
-doc-sources .\src
-external-library-path .\libs
-show-binding-warnings=false
-show-actionscript-warnings=false
-window-title "${project_name}"
-main-title "${project_name}"
-output "${project_loc}/docs"

 

Leave a Reply



Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...