Can ASDoc be set to document private members ala JavaDoc?
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
Brian Heylin
2009-12-11 09:04:27
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
2009-12-11 13:37:26
Thanks for the tip. I'll take a look
Brian Heylin
2009-12-13 11:13:37