LeonMrBonnie / altv-angelscript-module

An alt:V module providing support for the AngelScript scripting language
MIT License
6 stars 2 forks source link

Add multi namespace support for docs generator #8

Closed LeonMrBonnie closed 3 years ago

LeonMrBonnie commented 3 years ago

Default namespace should be alt Define namespace for docs generator when ModuleExtension instance is registered

LeonMrBonnie commented 3 years ago

docs->SetCurrentNamespace(namespace) Property on docs: std::string currentNamespace = "alt";

LeonMrBonnie commented 3 years ago

make overall improvements to docs Create subclasses and improve the map logic