2

Can ASDoc be set to document private members ala JavaDoc?

BefittingTheorem
  • 10,459
  • 15
  • 69
  • 96

1 Answers1

2

No, unfortunately not.

Joa Ebert
  • 6,565
  • 7
  • 33
  • 47
  • Thanks Joe, that's pretty disappointing. But on the up side I did find what I needed in the -link-report option in the mxmlc compiler. I was looking to make a visualization of the dependencies/class sizes/packages etc. The Flare site has a something like what I want , if anyone else is interested: http://flare.prefuse.org/apps/package_map – BefittingTheorem Dec 11 '09 at 09:04
  • apparat.googlecode.com allows you to analyze classes and packages as well. It can also generate an UML diagram for you automatically. It is open source and the inheritance graph / uml graph builder are pretty easy to understand if you are interested in your own visualizations. – Joa Ebert Dec 11 '09 at 13:37