summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-10-21 19:18:08 +0100
committerPeter Powell <petpow@saberuk.com>2018-10-21 19:18:08 +0100
commit0e6b18ff9180fc7794cea53d0566411b9afb0d7e (patch)
treee1e04786d6239f5b2af8b5387147121b822a172f /include/inspircd.h
parent98a80a730e21c6711d8ac14b16aaf6aad50da6c7 (diff)
Fix warnings from Doxygen.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 934f2f82b..1e0ca1925 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -348,9 +348,9 @@ class CoreExport InspIRCd
static void DefaultGenRandom(char* output, size_t max);
/** Bind to a specific port from a config tag.
- * @param Tag the tag that contains bind information.
+ * @param tag the tag that contains bind information.
* @param sa The endpoint to listen on.
- * @params old_ports Previously listening ports that may be on the same endpoint.
+ * @param old_ports Previously listening ports that may be on the same endpoint.
*/
bool BindPort(ConfigTag* tag, const irc::sockets::sockaddrs& sa, std::vector<ListenSocket*>& old_ports);