Remove duplicated group closure 59/173959/2 accepted/tizen/unified/20180401.230803 submit/tizen/20180327.091231 submit/tizen/20180329.022933 submit/tizen/20180330.051133
authorWonnam Jang <wn.jang@samsung.com>
Tue, 27 Mar 2018 07:36:44 +0000 (16:36 +0900)
committerWonnam Jang <wn.jang@samsung.com>
Tue, 27 Mar 2018 07:43:31 +0000 (16:43 +0900)
Change-Id: I59f632eb6d9ac6ba1e28dc1376e0a7352e00fc7c
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
include/vce.h
include/voice_control.h
include/voice_control_authority.h
include/voice_control_command.h
include/voice_control_command_expand.h
include/voice_control_common.h
include/voice_control_internal.h
include/voice_control_key_defines.h
include/voice_control_manager.h

index 9c609932cfdb03ceb56e9233c26e2f6251f4fd8a..f798a04aebc23a33606220289cb77edcce81d15b 100644 (file)
@@ -885,7 +885,7 @@ int vce_stop_recording(void);
 #endif
 
 /**
-* @}@}
+* @}
 */
 
 #endif /* __VCE_H__ */
index 154dce997cf5a407d2b99091a5d4f39d508aa16f..9dfe6e00aa1d0b6d7e29fa1192f5dbdc573a533f 100644 (file)
@@ -569,7 +569,7 @@ int vc_unset_error_cb(void);
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __VOICE_CONTROL_H__ */
index a704c514a86ff2934efdd8bdf861c5ad5b20705b..88a16d1502ec227077c7286ae2a7a8fbff0eddb5 100644 (file)
@@ -182,7 +182,7 @@ int vc_auth_cancel();
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __VOICE_CONTROL_AUTHORITY_H__ */
index da7045e44c0eef3839b42932a15851115ee762b9..06b899a8ce76d025e4ad04ee52ad03ed72f81a81 100644 (file)
@@ -443,7 +443,7 @@ int vc_cmd_get_format(vc_cmd_h vc_command, int* format);
 
 
 /**
- * @}@}
+ * @}
  */
 
 
index a8627db59e76cfe3b0ef74922f0dfcfb26d51749..7947fa5c9bea7be803d09b5bc0331aebffebf46d 100755 (executable)
@@ -230,7 +230,7 @@ int vc_cmd_get_partially_matched_cmd_list(const char *command, vc_cmd_list_h src
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __VOICE_CONTROL_COMMAND_EXPAND_H__ */
index 42e0ef0442a57559a860afc6a4641ce73c04109c..b979562373c2a4cbdac1251c3440ecdf071983cb 100644 (file)
@@ -177,7 +177,7 @@ typedef void (*vc_error_cb)(vc_error_e reason, void *user_data);
 
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* VOICE_CONTROL_COMMON */
index cc5b4ad49028af7fc2cc42b0d512721751cd39bb..b653ca9203d703d438c6aacb56311cba8a138085 100644 (file)
@@ -92,7 +92,7 @@ int vc_prepare_sync(void);
 #endif
 
 /**
-   * @}@}
+   * @}
     */
 
 #endif /* __VOICE_CONTROL_INTERNAL_H__ */
index 8a0382ae3bd265c2531225495060b7e8f41eec0b..520d77e5da83128b5cc2d8fc87402e76675e7e6f 100644 (file)
@@ -124,7 +124,7 @@ extern "C"
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __VOICE_CONTROL_KEY_DEFINES_H__ */
index eb0055b68a98516c2b4579315b0164266b85f2bb..3d6d294a50d719b6d3243d5477216297785d081b 100644 (file)
@@ -1103,7 +1103,7 @@ int vc_mgr_unset_private_data_requested_cb();
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __VOICE_CONTROL_MANAGER_H__ */