Tagged Questions

2
votes
2answers
210 views

Is it possible to include example mxml in your ASDoc?

Is it possible with ASDoc to include example MXML code in your comment? /** * @example This should be example code * <listing version="3.0"> * <mx:Application ...
1
vote
2answers
275 views

custom pages using asdoc

Does anyone know if you can write your own pages that asdoc will recognize and use? For instance, I'd like to write some "Getting Started","Support" and "FAQ" kind of pages that will help ...
0
votes
0answers
31 views

How can I run Asdoc in Flex 4.0.0 against Flex SDK 3.1 and generate documentation for MXML classes?

I understand that asdoc within Flex 4 generates documentation for MXML files but the asdoc in earlier versions don't. I have a project that needs to be compiled using Flex SDK 3.1.0 and I would like ...
0
votes
1answer
116 views

Can ASDoc generate documents for an AIR and Flash project at the same time?

I'm trying to use ASDoc to generate code for two projects, one runs in AIR, the other in Flash. I can create an ASDoc config file that works for each one individually, but when I combine them, I get ...
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 ...
0
votes
3answers
261 views

flex/ actionscript comments

cannot get the comments to show in actionscript file when running asdoc.. is this a known bug? [Bindable] /** test comment */ public var currentSearchTextValue:String; does not show anything in the ...