Remove duplicated group closure 64/173964/1 accepted/tizen/unified/20180329.125150 submit/tizen/20180327.081257
authorWonnam Jang <wn.jang@samsung.com>
Tue, 27 Mar 2018 07:49:58 +0000 (16:49 +0900)
committerWonnam Jang <wn.jang@samsung.com>
Tue, 27 Mar 2018 07:49:58 +0000 (16:49 +0900)
Change-Id: I45902b0a4e7a94783b303ca960a84eb6576796cf
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
include/stt.h
include/stt_file.h
include/stt_internal.h
include/stt_setting.h
include/stte.h
server/sttp.h

index d457caf..eabc74b 100755 (executable)
@@ -1094,7 +1094,7 @@ int stt_unset_engine_changed_cb(stt_h stt);
 
 
 /**
- * @}@}
+ * @}
  */
 
 
index 01a6a73..71c5df7 100644 (file)
@@ -425,7 +425,7 @@ int stt_file_unset_state_changed_cb(void);
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __STT_FILE_H__ */
index bebf85b..bee1d92 100644 (file)
@@ -193,7 +193,7 @@ int stt_cancel_file(stt_h stt);
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __STT_INTERNAL_H__ */
index f274444..b7d013a 100644 (file)
@@ -375,7 +375,7 @@ int stt_setting_unset_config_changed_cb();
 #endif
 
 /**
-* @}@}
+* @}
 */
 
 #endif /* __STT_SETTING_H_ */
index 82bf87c..c4f0c7a 100755 (executable)
@@ -793,7 +793,7 @@ int stte_set_private_data_requested_cb(stte_private_data_requested_cb callback_f
 
 
 /**
- * @}@}
+ * @}
  */
 
 
index 424f264..4d31508 100644 (file)
@@ -608,7 +608,7 @@ int sttp_get_engine_info(sttpe_engine_info_cb callback, void* user_data);
 #endif
 
 /**
- * @}@}
+ * @}
  */
 
 #endif /* __STTP_H__ */