From 0e6b18ff9180fc7794cea53d0566411b9afb0d7e Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 21 Oct 2018 19:18:08 +0100 Subject: Fix warnings from Doxygen. --- include/clientprotocolmsg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/clientprotocolmsg.h') diff --git a/include/clientprotocolmsg.h b/include/clientprotocolmsg.h index d1562d7d1..d2f838d69 100644 --- a/include/clientprotocolmsg.h +++ b/include/clientprotocolmsg.h @@ -484,7 +484,7 @@ class ClientProtocol::Messages::Privmsg : public ClientProtocol::Message /** Constructor, string source, string target, copies text. * @param source Source user. - * @param targetuser Target user. + * @param target Target string. * @param text Privmsg text, will be copied. * @param mt Message type. */ @@ -524,7 +524,7 @@ class ClientProtocol::Messages::Privmsg : public ClientProtocol::Message /** Constructor, user source, string target, copies text. * @param source Source user. - * @param targetuser Target string. + * @param target Target string. * @param text Privmsg text, will not be copied. * @param mt Message type. */ @@ -564,7 +564,7 @@ class ClientProtocol::Messages::Privmsg : public ClientProtocol::Message /** Constructor, string source, string target, does not copy text. * @param source Source string. - * @param targetuser Target string. + * @param target Target string. * @param text Privmsg text, will not be copied. * @param mt Message type. */ @@ -591,7 +591,7 @@ class ClientProtocol::Messages::Privmsg : public ClientProtocol::Message /** Constructor, string source, user target, does not copy text. * @param source Source string. - * @param targetchan Target user. + * @param targetuser Target user. * @param text Privmsg text, will not be copied. * @param mt Message type. */ -- cgit v1.3.1-10-gc9f91