From afbd7410b165f65a74739c5b89ec641fea8cf9f4 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 22 Aug 2011 00:56:56 +0700 Subject: [PATCH] Fix doxycomment about global mobules. --- main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.h b/main.h index af4563ef..d6b4d7e5 100644 --- a/main.h +++ b/main.h @@ -78,8 +78,8 @@ * inherits from CModule. Use #MODCONSTRUCTOR for the module's constructor and * call #MODULEDEFS at the end of your source file. * Congratulations, you just wrote your first module.
- * For global modules, the procedure is similar. Instead of CModule you inherit - * from CModule. + * For global modules, the procedure is similar. Instead of #MODULEDEFS call + * #GLOBALMODULEDEFS. * * If you want your module to actually do something, you should override some * of the hooks from CModule. These are the functions whose names start with