diff options
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index ffa951626..a0b6adba7 100644 --- a/include/modules.h +++ b/include/modules.h @@ -350,7 +350,7 @@ class Module : public classbase /** Default constructor * Creates a module class. * @param Me An instance of the Server class which can be saved for future use - * \exception ModuleException { Throwing this class, or any class derived from ModuleException, causes loading of the module to abort. } + * \exception ModuleException Throwing this class, or any class derived from ModuleException, causes loading of the module to abort. */ Module(Server* Me); |