Remove api reference warning on doxygen generation 58/89558/1 accepted/tizen/3.0/common/20161114.105325 accepted/tizen/3.0/ivi/20161011.065212 accepted/tizen/3.0/mobile/20161015.034420 accepted/tizen/3.0/tv/20161016.005740 accepted/tizen/3.0/wearable/20161015.084503 accepted/tizen/common/20160928.163619 accepted/tizen/ivi/20160929.001722 accepted/tizen/mobile/20160929.001527 accepted/tizen/tv/20160929.001736 accepted/tizen/wearable/20160929.001700 submit/tizen/20160928.005638 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000007 submit/tizen_3.0_mobile/20161015.000007 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000006
authorsinikang <sinikang@samsung.com>
Mon, 26 Sep 2016 04:55:21 +0000 (13:55 +0900)
committersinikang <sinikang@samsung.com>
Mon, 26 Sep 2016 04:55:21 +0000 (13:55 +0900)
Change-Id: I95ea08723d589ba421f337a5a262194a3493518e

include/telephony_common.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 286d354..b7fe625
@@ -129,10 +129,10 @@ typedef enum  {
                                                                        Privilege : http://tizen.org/privilege/location.coarse */
 
        TELEPHONY_NOTI_VOICE_CALL_STATE = 0x30,                 /**< Notification to be invoked when the voice call state changes. @n
-                                                                       '#telephony_call_state_e' will be delivered in notification data (Deprecated Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use #TELEPHONY_NOTI_VOICE_CALL_STATUS_XXX instead.) @n
+                                                                       '#telephony_call_state_e' will be delivered in notification data (Deprecated Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use TELEPHONY_NOTI_VOICE_CALL_STATUS_XXX instead.) @n
                                                                        Privilege : http://tizen.org/privilege/telephony */
        TELEPHONY_NOTI_VIDEO_CALL_STATE,                                /**< Notification to be invoked when the video call state changes. @n
-                                                                       '#telephony_call_state_e' will be delivered in notification data (Deprecated Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use #TELEPHONY_NOTI_VIDEO_CALL_STATUS_XXX instead.) @n
+                                                                       '#telephony_call_state_e' will be delivered in notification data (Deprecated Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use TELEPHONY_NOTI_VIDEO_CALL_STATUS_XXX instead.) @n
                                                                        Privilege : http://tizen.org/privilege/telephony */
        TELEPHONY_NOTI_VOICE_CALL_STATUS_IDLE,                  /**< Notification to be invoked when a voice call is in idle status. @n
                                                                        'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n