From b5a237424b8d4f510672f1b5010dc7391fdd86ee Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 27 Aug 2020 15:12:46 +0200 Subject: [PATCH] Please doxygen, quote the characters to stop it from parsing a doxygen command. --- services/listen_dnsport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/listen_dnsport.h b/services/listen_dnsport.h index 680ec84bb..83bdf48e8 100644 --- a/services/listen_dnsport.h +++ b/services/listen_dnsport.h @@ -117,7 +117,7 @@ struct listen_port { * interfaces for IP4 and/or IP6, for UDP and/or TCP. * On the given port number. It creates the sockets. * @param cfg: settings on what ports to open. - * @param ifs: interfaces to open, array of IP addresses, ip[@port]. + * @param ifs: interfaces to open, array of IP addresses, "ip[@port]". * @param num_ifs: length of ifs. * @param reuseport: set to true if you want reuseport, or NULL to not have it, * set to false on exit if reuseport failed to apply (because of no