utc_evas_vg_node_raise: Modify Test procedure guide description. 27/236627/1
authorYoungGun Chun <jykeon@samsung.com>
Fri, 19 Jun 2020 02:22:06 +0000 (11:22 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Fri, 19 Jun 2020 02:22:06 +0000 (11:22 +0900)
Change-Id: I5436d6341c90c3dead6dba71d69099aa66906c8a

TC/evas/canvas/evas_vg/utc_evas_vg_node_raise.c

index 4b4619095994cc02934bd43c8a80f00560b96151..5f2067b6fb75bf1b0690725318f287fbfa593f8b 100644 (file)
@@ -46,13 +46,13 @@ teardown(void)
      }
    ecore_evas_shutdown();
 }
-
-/* @procedure
+/* @addtogroup utc_evas_vg_node_raise
+ * @{
+ * @procedure
  * @step 1 Call evas_object_vg_add function to create a new vector object
  * and check on not NULL
  * @step 2 Show vector object
- * @step 3 Call evas_object_vg_root_node_get function to get pointer on canvas root vector object
- * and check on not NULL
+ * @step 3 Call evas_object_vg_root_node_set function to set pointer on canvas root vector object
  * @step 4 Create three new vector shape objects of circle shape
  * @step 5 Move each of object at top using the evas_vg_node_raise() API and check the stacking order
  *