Questions tagged [asdoc]

ASDoc is a command-line tool used to create API language reference documentation as HTML pages from ActionScript 3 and MXML classes.

The ASDoc tool parses one or more class definitions and files, and generates API language reference documentation for all public and protected methods and properties, and for all [Bindable], [DefaultProperty], [Event], [Style], and [Effect] metadata tags.

You can specify a single class, multiple classes, an entire namespace, or a combination of these inputs as inputs to the ASDoc tool.

ASDoc generates its output as a directory structure of HTML files that matches the package structure of the input class files. Also, ASDoc generates an index of all public and protected methods and properties. To view the ASDoc output, you open the index.html file in the top-level directory of the output.

53 questions
0
votes
1 answer

How to build a SWC with documentation

UPDATE solved: embed doc with swc solved: weird param names: param0, param1, etc. I created a swc lib using compc. Then I created the lib doc with asdoc. But I dont know how to bind them together, since when I use the .swc in another project…
Fabricio
  • 7,705
  • 9
  • 52
  • 87
0
votes
1 answer

ASDoc fatal error

I get an error while generating documentation for my Flex project (built with Flash Builder 4.6) using ASDoc: [Fatal Error] toplevel.xml:3061:11: Element type "gmail.com" must be followed by either attribute specifications, ">" or…
dndr
  • 2,319
  • 5
  • 18
  • 28
0
votes
1 answer

ASDoc Base Class was not Found

I've been trying to generate documentation for some action script 3 files using ASDocs and I've been getting the error: Error: The difinition of base class TextInput was not found The class is from fl.controls library. I used Flash Profesional CS5…
Miftis
  • 75
  • 1
  • 5
0
votes
0 answers

AIR Android native extension, that includes ASdoc?

I am making a Native Extension with AIR for Android, but i get the following error when launching the app: (no errors when compiling the .ane or the app) [project name]\com.adobe.flexide.multiplatform.android.platform\zbar.ane is not a valid native…
sydd
  • 1,824
  • 2
  • 30
  • 54
0
votes
3 answers

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 generated documentation... am I doing something…
Aaron Saunders
  • 33,180
  • 5
  • 60
  • 80
0
votes
1 answer

Compiling swc with sources or only with asdoc

How to compile swc-library with documentation (asdoc) and sources in Flash Builder 4.6? If I compile Flex-application I can set check compile with sources, but for the library project I don't have this option. Are there some option for flex…
lexus.pp
  • 159
  • 7
0
votes
1 answer

asdoc error "Too many nested template or function calls"

[asdoc] ���ڼ��������ļ���D:\4.5.0\frameworks\flex-config.xml�� [asdoc] Error at xsl:call-template on line 310 of fieldSummary.xslt: [asdoc] Too many nested template or function calls. The stylesheet may be looping. [asdoc] Transformation failed:…
huanle
  • 11
0
votes
1 answer

ASDoc transcodde

I've been trying for hours to find a solution this problem but have not been able to. I'm trying to run ASDoc with the following command: asdoc -doc-sources "C:\My Projects\TheProject\Flex\TheProject\src" -main-title TheProject -output "c:\My…
the_new_mr
  • 3,476
  • 5
  • 42
  • 57
1 2 3
4