Add description for evas_vg_shape_append_move_to_line_to.c 43/235243/2
authorApurv Khatri <apurv.khatri@samsung.com>
Wed, 3 Jun 2020 04:23:14 +0000 (09:53 +0530)
committerApurv Khatri <apurv.khatri@samsung.com>
Wed, 3 Jun 2020 04:24:40 +0000 (04:24 +0000)
Change-Id: I8820bcb535d5ef79e6460e33ebac296946deaa4d

TC/evas/canvas/evas_vg/utc_evas_vg_shape_append_move_to_line_to.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index fcbfaa6..b50577d
@@ -49,6 +49,17 @@ teardown(void)
    ecore_evas_shutdown();
 }
 
+/**
+ * @addtogroup evas_vg_shape
+ * @{
+ * @defgroup evas_vg_shape_draw_shape
+ * @li evas_vg_shape_append_move_to()
+ * @li evas_vg_shape_append_line_to()
+ * @{
+ * @objective Positive test case checks if the function appends a line with given
+ * X coordinate and Y coordinate of end points.
+ **/
+
 START_TEST(utc_evas_vg_shape_append_move_to_line_to_p)
 {
    Evas_Object *vg;