From d573f77b100f052f76957c61908baf748cc81b6e Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 4 Dec 2020 10:10:50 +0100 Subject: [PATCH] API doc tweak [skip ci] --- src/api-channelmode.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api-channelmode.c b/src/api-channelmode.c index a655dd7ba..3237da911 100644 --- a/src/api-channelmode.c +++ b/src/api-channelmode.c @@ -26,7 +26,9 @@ #include "unrealircd.h" -/** This is the extended channel mode API +/** This is the extended channel mode API, + * see also https://www.unrealircd.org/docs/Dev:Channel_Mode_API + * for more information. * @defgroup ChannelModeAPI Channel mode API * @{ */