summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-19 16:20:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-19 16:20:34 +0000
commit82a96604efee06e34113c5f576b6c9066c05a2d0 (patch)
tree3ce1076d872666107d0a144cb06da0c418e61efe
parent42ead28a57d2071ab79250656c41b0b65a58fe21 (diff)
Removed unneeded {}'s
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3253 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/modules.h2
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);