Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 352 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 352 Bytes

ScriptDocs

A class to generate a header file for Angelscript bindings. This can be used as a simple drop-in, and is used like this:

ScriptDocs docs(m_scriptEngine->m_engine);
docs.Write("Something.h");

You can then take the generated header file and generate a Doxygen site with it.

License

This is licensed under the MIT license.