Tagged Questions

6
votes
3answers
700 views

Fixing broken paths in ASDoc?

This question concerns using ASDoc to create documentation from AS3. I'm not doing this from Flex or anything, just using the command line, and though everything works fine and ASDoc doesn't return ...
2
votes
3answers
973 views

ASDoc compiling error in Flash Builder 4

I can't seem to figure out why i continue getting this error every-time I try to compile ASDoc in Flash Builder 4. I did succeed in ASDoc creating a asdoc-output folder but it is incomplete. There is ...
2
votes
1answer
880 views

problems generating ASDoc

I am using ASDocr, which is an Adobe AIR application GUI interface for the command-line Flex asdoc documentation generator. My class uses several external libraries and it is generating a 1046 error ...
2
votes
1answer
426 views

Where does ASDoc get its intrinsic class definitions from?

I mean that of the built-in ECMA objects: String, Number, Object, Function, RegExp, Error, Boolean, etc..
1
vote
1answer
237 views

Documenting private members with ASDoc

Can ASDoc be set to document private members ala JavaDoc?
1
vote
2answers
170 views

Generating Warnings for Undocumented AS3 Members? (ASDoc)

I have a Flash (AS3) component library that I'm distributing, and I want to make sure that it's fully documented for each release. One of the things I really liked about Microsoft's automatic doc ...
0
votes
1answer
109 views

ASDocs Omitting Private Members

Hail Stack!! I'm developing a framework for my coworkers and I'm having trouble documenting it. ASDocs as omitting the private members (even without @private directive). Is there any way to force it ...
0
votes
1answer
233 views

Flash Builder hide class properties from content assist (AS3)

I am extending TextField to create my own implementation of it, and there are some properties & methods I would like to simply remove from use, eg: override public function ...