Skip to content

Helper class for generating documentation for Angelscript type bindings.

License

Notifications You must be signed in to change notification settings

Crackshell/angelscript-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Helper class for generating documentation for Angelscript type bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages