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"
