Corrects some Doxygen comments and adds a few others of interest.

This was SVN commit r11209.
This commit is contained in:
historic_bruno
2012-03-01 03:55:05 +00:00
parent a247da1585
commit 7fa6afac37
18 changed files with 190 additions and 114 deletions
+2
View File
@@ -79,6 +79,8 @@ public:
* Constructor.
* @param nativeScopeName Name of global object that functions (via RegisterFunction) will
* be placed into, as a scoping mechanism; typically "Engine"
* @param debugName Name of this interface for CScriptStats purposes.
* @param runtime ScriptRuntime to use when initializing this interface.
*/
ScriptInterface(const char* nativeScopeName, const char* debugName, const shared_ptr<ScriptRuntime>& runtime);