[Code Review] Fix codes 07/73907/2
authorsooyeon.kim <sooyeon.kim@samsung.com>
Fri, 10 Jun 2016 04:35:26 +0000 (13:35 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 10 Jun 2016 04:39:39 +0000 (13:39 +0900)
Change-Id: I6f39607772f0cda1b51ade7490d83b2203b1effe
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
common/vc_defs.h
include/voice_control_manager.h
include/voice_control_plugin_engine.h
include/voice_control_setting.h

index 1194fed..6b580da 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
 
 /******************************************************************************************
-* Definition for Dbus
+* Definitions for Dbus
 *******************************************************************************************/
 
 #define VC_CLIENT_SERVICE_NAME         "org.tizen.voice.vcclient"
@@ -53,7 +53,7 @@ extern "C" {
 #define VC_METHOD_HELLO                        "vc_method_hello"
 
 /******************************************************************************************
-* Message Definition for Client
+* Message Definitions for Client
 *******************************************************************************************/
 
 #define VC_METHOD_INITIALIZE           "vc_method_initialize"
@@ -87,7 +87,7 @@ extern "C" {
 #define VC_METHOD_AUTH_CANCEL          "vc_method_auth_cancel"
 
 /******************************************************************************************
-* Message Definition for widget
+* Message Definitions for widget
 *******************************************************************************************/
 
 #define VC_WIDGET_METHOD_INITIALIZE            "vc_widget_method_initialize"
@@ -107,7 +107,7 @@ extern "C" {
 
 
 /******************************************************************************************
-* Message Definition for manager
+* Message Definitions for manager
 *******************************************************************************************/
 
 #define VC_MANAGER_METHOD_INITIALIZE           "vc_manager_method_initialize"
@@ -139,7 +139,7 @@ extern "C" {
 
 
 /******************************************************************************************
-* Defines for configuration
+* Definitions for configuration
 *******************************************************************************************/
 
 #define VC_DAEMON_PATH                 tzplatform_mkpath(TZ_SYS_BIN, "vc-daemon")
@@ -183,7 +183,7 @@ extern "C" {
 #define VC_PRIVILEGE                   "http://tizen.org/privilege/recorder"
 
 /******************************************************************************************
-* Defines for common enum
+* Definitions for common enum
 *******************************************************************************************/
 
 typedef enum {
index 47e2ff0..6cb1829 100644 (file)
@@ -34,41 +34,41 @@ extern "C"
 
 
 /**
- * @brief Defines of audio-in type.
+ * @brief Definition of audio-in type.
 */
 #define VC_AUDIO_TYPE_BLUETOOTH                "VC_AUDIO_ID_BLUETOOTH"         /**< Bluetooth audio type */
 
 /**
- * @brief Defines of audio-in type.
+ * @brief Definition of audio-in type.
 */
 #define VC_AUDIO_TYPE_MSF              "VC_AUDIO_ID_MSF"               /**< MSF (wifi) audio type */
 
 /**
-* @brief Definitions for foreground command type.
+* @brief Definition for foreground command type.
 * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
 */
 #define VC_COMMAND_TYPE_FOREGROUND     1
 
 /**
-* @brief Definitions for background command type.
+* @brief Definition for background command type.
 * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
 */
 #define VC_COMMAND_TYPE_BACKGROUND     2
 
 /**
-* @brief Definitions for widget command type.
+* @brief Definition for widget command type.
 * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
 */
 #define VC_COMMAND_TYPE_WIDGET         3
 
 /**
-* @brief Definitions for system command type.
+* @brief Definition for system command type.
 * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
 */
 #define VC_COMMAND_TYPE_SYSTEM         4
 
 /**
-* @brief Definitions for exclusive command type.
+* @brief Definition for exclusive command type.
 * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
 */
 #define VC_COMMAND_TYPE_EXCLUSIVE      5
index 5649ace..c4322ea 100644 (file)
@@ -85,12 +85,12 @@ typedef enum {
 typedef int vcp_cmd_h;
 
 /**
- * @brief Defines of bluetooth audio id.
+ * @brief Definition of bluetooth audio id.
 */
 #define VCP_AUDIO_ID_BLUETOOTH         "VC_AUDIO_ID_BLUETOOTH"         /**< Bluetooth audio id */
 
 /**
- * @brief Defines of MSF(wifi) audio id.
+ * @brief Definition of MSF(wifi) audio id.
 */
 #define VCP_AUDIO_ID_MSF               "VC_AUDIO_ID_MSF"               /**< MSF (wifi) audio id */
 
index 29b95bd..bb35f8e 100755 (executable)
@@ -31,7 +31,7 @@ extern "C" {
 #endif
 
 /**
-* @brief Defines of audio-in type.
+* @brief Definition of audio-in type.
 */
 #define VC_SETTING_LANGUAGE_AUTO       "auto"