Add new parameter of OnModuleLoading to doxygen.

This commit is contained in:
Alexey Sokolov
2011-08-21 21:51:11 +07:00
parent cce40e9f71
commit b62c47c86e
+1
View File
@@ -951,6 +951,7 @@ public:
/** Called when a module is going to be loaded.
* @param sModName name of the module.
* @param eType wanted type of the module (user/global).
* @param sArgs arguments of the module.
* @param[out] bSuccess the module was loaded successfully
* as result of this module hook?