From d8562054326cb4cdc6aa67332bc1f0fbf92a95cd Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 17 Apr 2022 14:16:05 +0100 Subject: Fix doxygen to include the public module header files. --- include/modules/ircv3_replies.h | 1 + include/modules/ircv3_servertime.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.3.1-10-gc9f91