cPluginManager done.
I'm thinking about trying to write some kind of an automatic harvestor for the undocumented functions' parameters and descriptions from the C++ headers. Nothing fancy, just doing a big search over the entire .h file for the function name and seeing if it has a doxycomment above it; and maybe even parsing the Bindings.cpp for the function args.
I'm thinking about trying to write some kind of an automatic harvestor for the undocumented functions' parameters and descriptions from the C++ headers. Nothing fancy, just doing a big search over the entire .h file for the function name and seeing if it has a doxycomment above it; and maybe even parsing the Bindings.cpp for the function args.