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 …