diff options
author | Peter Powell <petpow@saberuk.com> | 2017-08-25 13:03:53 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-08-26 09:58:15 +0100 |
commit | a62ae50007c2945251ef1d2611513b6e711f5748 (patch) | |
tree | b4f1023548abbf3ff34a4a5366ee35746bc6acdf /include/inspircd.h | |
parent | 6b228abad039aaf89a35671ffa6c57cce9af51bc (diff) |
Fix a bunch of Doxygen warnings.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index a1a828994..824a30e8a 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -528,6 +528,7 @@ class CoreExport InspIRCd /** Return a time_t as a human-readable string. * @param format The format to retrieve the date/time in. See `man 3 strftime` * for more information. If NULL, "%a %b %d %T %Y" is assumed. + * @param curtime The timestamp to convert to a human-readable string. * @param utc True to convert the time to string as-is, false to convert it to local time first. * @return A string representing the given date/time. */ |