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