/**
* @brief Adds the TXT record.
- * @details TXT record should be added after registering local service using
- * dnssd_register_local_service(). TXT record gives additional
- * information about the service. Some services discovered via
- * dnssd_start_browsing_service() may need more than just IP address
- * and port number to completely identify the service instance. For
- * example, A web server typically has multiple pages, each identified
- * by its own URL. So additional data is stored in a TXT record. Check
- * Section 6 of http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt
+ * @details TXT record gives additional information about the service.
+ * Some services discovered via dnssd_start_browsing_service() may
+ * need more than just IP address and port number to completely
+ * identify the service instance. For example, A web server typically
+ * has multiple pages, each identified by its own URL.
+ * So additional data is stored in a TXT record. Check Section 6 of
+ * http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt
* for details. TXT record of known service types can be found at
* http://www.dns-sd.org/ServiceTypes.html. TXT record is stored in a
* structured form using key/value pairs.