Hi,
I would like to generate an asDoc with Flash Builder 4.6.0 but I have some errors.
My args for asdoc.exe are:
-source-path "src"
-doc-sources "src"
-main-title "ASDoc documentation"
-strict=false
But I recieve some errors:
Error: The definition of base class Sprite was not found.
public class MyMainClass extends Sprite
...
Encountered too many errors!
This Sprite class is flash.display.Sprite
I am using Starling and other external libs. What shoul I do ?
Can I tell asdoc to only use my own classes ?
Thanks