projects
/
platform
/
core
/
uifw
/
stt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea3aa8
)
Remove duplicated group closure
64/173964/1
accepted/tizen/unified/20180329.125150
submit/tizen/20180327.081257
author
Wonnam Jang
<wn.jang@samsung.com>
Tue, 27 Mar 2018 07:49:58 +0000
(16:49 +0900)
committer
Wonnam 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
patch
|
blob
|
history
include/stt_file.h
patch
|
blob
|
history
include/stt_internal.h
patch
|
blob
|
history
include/stt_setting.h
patch
|
blob
|
history
include/stte.h
patch
|
blob
|
history
server/sttp.h
patch
|
blob
|
history
diff --git
a/include/stt.h
b/include/stt.h
index d457caf38a018c40339459c401f88e07bb908ec3..eabc74b9cdc0f826535b9e70431abcf143f635fc 100755
(executable)
--- a/
include/stt.h
+++ b/
include/stt.h
@@
-1094,7
+1094,7
@@
int stt_unset_engine_changed_cb(stt_h stt);
/**
- * @}
@}
+ * @}
*/
diff --git
a/include/stt_file.h
b/include/stt_file.h
index 01a6a73e150166cddeb174d51d531be379c3a5b9..71c5df7b43f3586914f6f0a64a622edbc10ae9d7 100644
(file)
--- a/
include/stt_file.h
+++ b/
include/stt_file.h
@@
-425,7
+425,7
@@
int stt_file_unset_state_changed_cb(void);
#endif
/**
- * @}
@}
+ * @}
*/
#endif /* __STT_FILE_H__ */
diff --git
a/include/stt_internal.h
b/include/stt_internal.h
index bebf85bac673a9f6a9f1719821061172dcc122f2..bee1d924a3767b0052c4518d3643f42a1a274ac7 100644
(file)
--- a/
include/stt_internal.h
+++ b/
include/stt_internal.h
@@
-193,7
+193,7
@@
int stt_cancel_file(stt_h stt);
#endif
/**
- * @}
@}
+ * @}
*/
#endif /* __STT_INTERNAL_H__ */
diff --git
a/include/stt_setting.h
b/include/stt_setting.h
index f274444cf22e800f22b49505ceaedf1bdf58169f..b7d013ad36a4821dd089203bbcac6ca6fc8648c1 100644
(file)
--- a/
include/stt_setting.h
+++ b/
include/stt_setting.h
@@
-375,7
+375,7
@@
int stt_setting_unset_config_changed_cb();
#endif
/**
-* @}
@}
+* @}
*/
#endif /* __STT_SETTING_H_ */
diff --git
a/include/stte.h
b/include/stte.h
index 82bf87ce9e40a8a2d0d8ff219a055e4c536d9b05..c4f0c7aaf50da1133d9b2aa8d76e37d93a2cb665 100755
(executable)
--- a/
include/stte.h
+++ b/
include/stte.h
@@
-793,7
+793,7
@@
int stte_set_private_data_requested_cb(stte_private_data_requested_cb callback_f
/**
- * @}
@}
+ * @}
*/
diff --git
a/server/sttp.h
b/server/sttp.h
index 424f2646c1420cd4e50edeb8bee56225365b4c03..4d315081c0f92d64730bbb3fe02cde8a6a799ddb 100644
(file)
--- a/
server/sttp.h
+++ b/
server/sttp.h
@@
-608,7
+608,7
@@
int sttp_get_engine_info(sttpe_engine_info_cb callback, void* user_data);
#endif
/**
- * @}
@}
+ * @}
*/
#endif /* __STTP_H__ */