Fix doxygen error 50/190650/1
authormk5004.lee <mk5004.lee@samsung.com>
Thu, 4 Oct 2018 10:47:17 +0000 (19:47 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Thu, 4 Oct 2018 10:47:17 +0000 (19:47 +0900)
Change-Id: I912efb4348bb337d5cca40c8daa2d9c39f66e564
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
watchface-complication-provider/include/watchface-complication-provider.h
watchface-complication/include/watchface-editable.h
watchface-editor/include/watchface-editor.h

index 0879d00..9b60e13 100644 (file)
@@ -206,7 +206,7 @@ int watchface_complication_provider_notify_update(
 {
        bundle *b = bundle_create();
        bundle_add_str(b, "REGION_DATA", "KR");
-       watchface_watchface_complication_provider_setup_reply_to_editor(handle, b);
+       watchface_complication_provider_setup_reply_to_editor(handle, b);
        bundle_free(b);
 }
  * @endcode
index 31863cb..eb2f508 100644 (file)
@@ -827,7 +827,7 @@ int watchface_editable_highlight_set_shape_type(
        watchface_editable_shape_type_e shape;
 
        int ret = watchface_editable_get_highlight(ed, &handle);
-       ret = watchface_editable_highlight_get_geometry(handle, &shape);
+       ret = watchface_editable_highlight_get_shape_type(handle, &shape);
 }
  * @endcode
  */
index 2f37470..bf27d7a 100644 (file)
@@ -272,7 +272,7 @@ int watchface_editor_editable_list_get_size(editable_list_h list, int *size);
  * @code
 #include <watchface-editor.h>
 {
-       const watchface_editable_h handle = watchface_editor_editable_list_nth(list, 0);
+       const watchface_editable_h handle = watchface_editor_editable_list_get_nth(list, 0);
 }
  * @endcode
  */