Fix doxygen 65/205165/1 submit/tizen/20190430.024353
authorCheoleun Moon <chleun.moon@samsung.com>
Tue, 30 Apr 2019 01:44:18 +0000 (10:44 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Tue, 30 Apr 2019 01:44:23 +0000 (10:44 +0900)
Change-Id: I55d4f6e197c0789b3254a2989fe2b35f83225a20
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
include/dns-sd.h
include/ssdp.h

index 9b93896..9313edd 100644 (file)
 extern "C" {
 #endif
 
-#ifndef TIZEN_ERROR_DNSSD
-#define TIZEN_ERROR_DNSSD -0x01CA0000
-#endif
-
-
 /**
  * @addtogroup CAPI_NETWORK_DNSSD_MODULE
  * @{
@@ -97,11 +92,11 @@ typedef void (*dnssd_registered_cb) (dnssd_error_e result, dnssd_service_h local
 /**
  * @brief Called when a DNSSD service is found.
  * @details remote_service is valid only when service_state is
- *          DNSSD_SERVICE_STATE_AVAILABLE or DNSSD_SERVICE_STATE_UNAVAILABLE.
- *          In case of service_state DNSSD_SERVICE_STATE_UNAVAILABLE, application
+ *          #DNSSD_SERVICE_STATE_AVAILABLE or #DNSSD_SERVICE_STATE_UNAVAILABLE.
+ *          In case of service_state #DNSSD_SERVICE_STATE_UNAVAILABLE, application
  *          can only use dnssd_service_get_type() and dnssd_service_get_name().
  *          Other get functions can only be used when service_state is
- *          DNSSD_SERVICE_STATE_AVAILABLE.
+ *          #DNSSD_SERVICE_STATE_AVAILABLE.
  * @since_tizen 3.0
  * @param[in] service_state The DNSSD service state of remote service
  * @param[in] remote_service The DNSSD remote service handle
index 5ea9529..f8638ca 100644 (file)
 extern "C" {
 #endif
 
-#ifndef TIZEN_ERROR_SSDP
-#define TIZEN_ERROR_SSDP -0x01C90000
-#endif
-
-
 /**
  * @addtogroup CAPI_NETWORK_SSDP_MODULE
  * @{
@@ -83,7 +78,7 @@ typedef unsigned int ssdp_browser_h;
  * @brief Called when the registration of SSDP service is finished.
  * @since_tizen 3.0
  * @param[in] result The result of registration
- * @param[in] ssdp_service The SSDP local service handle
+ * @param[in] ssdp_local_service The SSDP local service handle
  * @param[in] user_data The user data passed from the request function
  * @see ssdp_register_local_service()
  */