| 03-16-2003, 01:32 AM | #1 |
I got bored and hacked up a quick script to generate "javadoc" like API documentation for the standard JASS API: http://jass.sourceforge.net/doc/api/index.shtml It doesn't contain any information not in the *.j *.ai files, but it looks prettier. :) It would, of course, be much more useful if there were English descriptions of the functions/variables/types like in a real javadoc, but I don't have the time to do that. Though it might be an interesting project to do if someone has time (basically just annotating common.j, etc. with comments on the functions, types, etc.). This was hacked up in a couple hours, so let me know if there is some other listing that might be useful. Also, the script I used to generate the api browser is in CVS on my sourceforge site and can be used to generate pages for any set of files in case you want to use it for custom libraries or something. |
| 03-16-2003, 08:45 AM | #2 |
Guest | Thanks Magnus. I think the people who know how to use this will find it very useful. |
