mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-08 19:13:47 +00:00
mdns_domain.c: Fix doxygen comments
This commit is contained in:
parent
c79af6e53e
commit
781a4ccb62
@ -370,10 +370,10 @@ mdns_add_dotlocal(struct mdns_domain *domain)
|
||||
}
|
||||
|
||||
/**
|
||||
* Build the <hostname>.local. domain name
|
||||
* Build the \<hostname\>.local. domain name
|
||||
* @param domain Where to write the domain name
|
||||
* @param mdns TMDNS netif descriptor.
|
||||
* @return ERR_OK if domain <hostname>.local. was written, an err_t otherwise
|
||||
* @return ERR_OK if domain \<hostname\>.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,
|
||||
* <name>.<type>.<proto>.local. will be written, otherwise <type>.<proto>.local.
|
||||
* \<name\>.\<type\>.\<proto\>.local. will be written, otherwise \<type\>.\<proto\>.local.
|
||||
* An err_t is returned on error.
|
||||
*/
|
||||
err_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user