WANTED: Documentation Generator for Angelscript

Started by
3 comments, last by _orm_ 12 years, 11 months ago
Something that I have been thinking would be handy to have around would be a program like Doxygen that generates documentation for Angelscript code. I already tried using doxygen itself since the syntax is identical to C++ and Java. The result was that the classes were documented, but the class functions and fields were not.

Anyone have any suggestions? Maybe interested in starting up a project?
Advertisement
The syntax is not exactly identical (like optional semicolon at the end of a class) and is known to cause parsing bugs in vanilla doxygen. You can try this doxygen build made specifically for the AS: http://svn2.xp-dev.c...ygen/bin/win32/
I know it to be able to document class members, but it's a bit old and may not deal properly with, for instance, the private qualifier.
Can anyone verify this? Seems a bit fishy to me...
"Fishy"...
There's complete .patch file for the doxygen snapshot used for that build together with a brief readme available at http://svn2.xp-dev.c...ls/doxygen/src/ if you have any doubts about the linked binaries.
Thought I would update youall. NaturalDocs works splendidly with Angelscript!!!

This topic is closed to new replies.

Advertisement