aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-04-17 14:16:05 +0100
committerGravatar Sadie Powell2022-04-17 14:16:05 +0100
commitd8562054326cb4cdc6aa67332bc1f0fbf92a95cd (patch)
treedcf7b6393f763e2d2794dc7d11acfcce5c68fe7d /include
parentBump peter-evans/create-pull-request from 3 to 4 (diff)
Fix doxygen to include the public module header files.
Diffstat (limited to 'include')
-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)