An integrated documentation solution for ActionScript 2 development
Mike recommended a Doxygen eclipse plugin(eclox) to me. After playing with it, I found it deadly easy to make up an integrated documentation solution in ActionScript 2 development in Eclipse.
Here is what I’ve got for my IDE
Figure above: code editing
Figure above: browsing documentation
How to make up this
- Install Eclox for Eclipse
- Create a .doxyfile in your opened project (File > New > Other > (Scroll to the bottom of the dialogue) > Other > Doxyfile)
- Editor the doxyfile, make sure:
- optimize results for Java
- then in “Advanced” tab, set “File Patterns” to “*.as”
- You may need to tweak other settings to make the output document nicer for ActionScript
- Click the blue “@” button on the top tool bar
- Done
To open the latest generated document, you can do:
- In eclipse, press Ctrl+Shift+R open “Open Resource” dialogue
- Enter “index.html”, and (if you got multiple items) pick the one in the documentation output folder
- After the document is opened, click the “IE Preview” tab at the bottom of editor
More flavour for your documentation
A picture paints a thousand words. If you like diagram like me, go to get a free copy of dot generator and set it up in Doxygen like this:
Advertisement
About this entry
You’re currently reading “An integrated documentation solution for ActionScript 2 development,” an entry on Yi's blog
- Published:
- March 18, 2008 / 3:11 pm
- Category:
- ActionScript, Tools
- Tags:
No comments yet
Jump to comment form | comment rss [?] | trackback uri [?]