From 82a96604efee06e34113c5f576b6c9066c05a2d0 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 19 Feb 2006 16:20:34 +0000 Subject: Removed unneeded {}'s git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3253 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3