Fix doxycomment about global mobules.

This commit is contained in:
Alexey Sokolov
2011-08-22 00:56:56 +07:00
parent fca0d83de8
commit afbd7410b1
+2 -2
View File
@@ -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. <br>
* 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