aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/ircv3_replies.h1
-rw-r--r--include/modules/ircv3_servertime.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/modules/ircv3_replies.h b/include/modules/ircv3_replies.h
index a97477368..05f3a7d63 100644
--- a/include/modules/ircv3_replies.h
+++ b/include/modules/ircv3_replies.h
@@ -191,6 +191,7 @@ class IRCv3::Replies::Reply
* Sends a standard reply to the specified user if they have the specified cap
* or a notice if they do not.
* @param user The user to send the reply to.
+ * @param cap The capability that determines the type of message to send.
* @param command The command that the reply relates to.
* @param code A machine readable code for this reply.
* @param description A human readable description of this reply.
diff --git a/include/modules/ircv3_servertime.h b/include/modules/ircv3_servertime.h
index 4befbaaba..d2d6655d3 100644
--- a/include/modules/ircv3_servertime.h
+++ b/include/modules/ircv3_servertime.h
@@ -29,7 +29,7 @@ namespace IRCv3
/** Format a unix timestamp into the format used by server-time.
* @param secs UNIX timestamp to format.
- * @params millisecs Number of milliseconds to format.
+ * @param millisecs Number of milliseconds to format.
* @return Time in server-time format, as a string.
*/
inline std::string FormatTime(time_t secs, long millisecs = 0)