Skip to content

Commit

Permalink
ircd: add load-bearing comments for doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
bqv committed Apr 24, 2020
1 parent c5ab4ee commit 2b4d7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ircd/info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ircd/timedate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
decltype(ircd::rfc7231_fmt)
ircd::rfc7231_fmt
{
// "Load bearing comment"
"%a, %d %b %Y %T %z"
};
Expand Down

0 comments on commit 2b4d7ef

Please sign in to comment.