diff options
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. |