Just noticed your bit on integrating with Eclipse. If it helps, I was using the setup described by Johan:
http://www.statik1.com/mt-weblog/ But found doxygen a little un-reliable in the end when it came to AS2, shame because the class diagrams combined in via GraphViz were really helpful and the docs were nicely formatted. Anyway, I'm using as2api now, and you can run a batch file to call it, e.g.: as2api --dot-exe "C:\Program Files\ATT\Graphviz\bin\dot.exe" --title "MyApp" --draw-diagrams --classpath "C:\project\trunk\src\as;C:\Program Files\Macromedia\Flash 8 Core Classes" --output-dir "C:\project\docs" com.domain.project.* pause ...or run that batch file from your build task as another target. If anyone knows a way of quickly switching targets in Eclipse please let me know :) Rich P.S. I just remembered senocular has released his documentation app that runs on your machine via PHP webserver or cmd line php.exe. I've had a few issues with it not generating a frameset/index page, and not being able to specify where it is output (other than c:\), but the range of output styles including MM help style is really awesome: http://www.senocular.com/?id=1.328 Not sure if it will be open sourced, but it's a nice one to watch. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alias Sent: 10 November 2005 11:21 To: Open Source Flash Mailing List Subject: [osflash] Javadoc-style documentation tools? Hi guys, I was wondering if anyone had any leads on good AS2 Javadoc-type tools. There seem to be loads of them out there, but the best one seems to be the commercial Visdoc: http://www.visiblearea.com/visdoc/ This would be fine, except it's OSX only - has there been much work in this area over the past year? Is there a good OS alternative? (Integrating with Eclipse/FDT/ASDT is also good) Thanks in advance, Alias _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
