marcakafoddex / angelscript-docgen

AngelScript Engine Interface Documentation Generator
MIT License
19 stars 4 forks source link

Works with angelscript 2.36.0 + feature request #1

Open EqUiNoX-Labs opened 1 year ago

EqUiNoX-Labs commented 1 year ago

Just to let you know also works fine with the latest angelscript 2.36.0, only thing i had to do in the docgen.cpp is add "using namespace Angelscript;" at top so that it knew namespace of the error values.

Thanks for creating this, has saved me hours :)

One extra feature that would be useful is the ability to also add a comment against properties.

Other than that its perfect.

marcakafoddex commented 1 year ago

I will try to update this to the latest AngelScript when I have the time. Happy to hear you appreciate the project!