From b62c47c86e2e61aa9045821f987ce611cfd0a56d Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 21 Aug 2011 21:51:11 +0700 Subject: [PATCH] Add new parameter of OnModuleLoading to doxygen. --- Modules.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules.h b/Modules.h index 36dbe517..5c8b55dd 100644 --- a/Modules.h +++ b/Modules.h @@ -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?