From 781a4ccb62c9c05490cc61d80ae67acac3b2c305 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 25 Nov 2018 14:39:31 +0100 Subject: [PATCH] mdns_domain.c: Fix doxygen comments --- src/apps/mdns/mdns_domain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/mdns/mdns_domain.c b/src/apps/mdns/mdns_domain.c index 2ad92213..6d48939e 100644 --- a/src/apps/mdns/mdns_domain.c +++ b/src/apps/mdns/mdns_domain.c @@ -370,10 +370,10 @@ mdns_add_dotlocal(struct mdns_domain *domain) } /** - * Build the .local. domain name + * Build the \.local. domain name * @param domain Where to write the domain name * @param mdns TMDNS netif descriptor. - * @return ERR_OK if domain .local. was written, an err_t otherwise + * @return ERR_OK if domain \.local. was written, an err_t otherwise */ err_t mdns_build_host_domain(struct mdns_domain *domain, struct mdns_host *mdns) @@ -413,7 +413,7 @@ mdns_build_dnssd_domain(struct mdns_domain *domain) * @param service The service struct, containing service name, type and protocol * @param include_name Whether to include the service name in the domain * @return ERR_OK if domain was written. If service name is included, - * ...local. will be written, otherwise ..local. + * \.\.\.local. will be written, otherwise \.\.local. * An err_t is returned on error. */ err_t