From 0f41133dca40848cf13ecb51b7b3534f9f027079 Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Tue, 30 Apr 2019 10:44:18 +0900 Subject: [PATCH] Fix doxygen Change-Id: I55d4f6e197c0789b3254a2989fe2b35f83225a20 Signed-off-by: Cheoleun Moon --- include/dns-sd.h | 11 +++-------- include/ssdp.h | 7 +------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/include/dns-sd.h b/include/dns-sd.h index 9b93896..9313edd 100644 --- a/include/dns-sd.h +++ b/include/dns-sd.h @@ -23,11 +23,6 @@ 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 diff --git a/include/ssdp.h b/include/ssdp.h index 5ea9529..f8638ca 100644 --- a/include/ssdp.h +++ b/include/ssdp.h @@ -27,11 +27,6 @@ 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() */ -- 2.7.4