Hi Folks!
Ever since I started using AngelScript, it bugged me having to remember the C++ functions I registered with the engine when writing script code. What was that function name again? What parameters did it have again? Having to go back to the C++ code works, but it's not convenient. And non-C++ script writers really don't like trying to read C++.
So I decided to write an add-on for AngelScript that can generate nice self-contained documentation in HTML, including a search function. It generates lists of all the registered types in the engine, does a little syntax highlighting, and is highly visually configurable.
The plugin integrates easily with your existing use of AngelScript. All you need to do is re-use the stereotypical “r” result value (see documentation for more information).
For examples, the source (released under MIT license) and more information, please visit:
https://github.com/marcakafoddex/angelscript-docgen
To report bugs, send in suggestions or anything else, please use github!
Regards,
Marc