diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-04 21:49:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-04 21:49:02 +0000 |
commit | 8a468a177409ff3214d68853d86d4665aff3fe97 (patch) | |
tree | 100ec09328455944b8061ae150c78bf2d5576cc1 /src/modules | |
parent | 8a72920efc59c7c7b13bcc21edf51599f2a95b30 (diff) |
Whoops one star missing left a chunk out of the docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5855 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_md5.h b/src/modules/m_md5.h index ec521c163..448637359 100644 --- a/src/modules/m_md5.h +++ b/src/modules/m_md5.h @@ -19,7 +19,7 @@ #include "modules.h" -/* MD5Request is the base class used to send MD5 requests to m_md5.so. +/** MD5Request is the base class used to send MD5 requests to m_md5.so. * You should not instantiate classes of type MD5Request directly, instead * you should instantiate classes of type MD5ResetRequest, MD5SumRequest, * MD5KeyRequest and MD5HexRequest, shown below. |