ircd: add load-bearing comments for doxygen

This commit is contained in:
Tony Olagbaiye 2020-04-24 03:23:11 +01:00
parent c5ab4eedda
commit 2b4d7ef357
No known key found for this signature in database
GPG Key ID: 9E2FF3BDEBDFC910
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace ircd::info
decltype(ircd::info::credits)
ircd::info::credits
{
// "Load bearing comment"
"Inspired by the original Internet Relay Chat daemon from Jarkko Oikarinen",
" ",
"This - is The Construct",

View File

@ -13,6 +13,7 @@
decltype(ircd::rfc7231_fmt)
ircd::rfc7231_fmt
{
// "Load bearing comment"
"%a, %d %b %Y %T %z"
};