Fix doxygen for eet_node 75/156875/2
authorse.osadchy <se.osadchy@samsung.com>
Fri, 20 Oct 2017 13:19:05 +0000 (16:19 +0300)
committerse.osadchy <se.osadchy@samsung.com>
Fri, 20 Oct 2017 13:19:05 +0000 (16:19 +0300)
Change-Id: I53f70daedd121dc64f1b6fee6c524dea39326c3b

TC/eet/eet_node/utc_eet_node.c

index 63d5941ae1e037143c30b1015e3eceab1f48a20d..1b79af408c02ca4d23b9227d537511a4768b6d51 100644 (file)
@@ -84,36 +84,6 @@ _struct_node_create(Eet_Node *node, const char *node_name)
  * @addtogroup eet
  * @{
  * @defgroup eet_node
- * eet_node_list_new
- * eet_node_int_new
- * eet_node_double_new
- * eet_node_inlined_string_new
- * eet_node_children_get
- * eet_node_value_get
- * eet_node_hash_new
- * eet_node_walk
- * eet_node_char_new
- * eet_node_unsigned_short_new
- * eet_node_short_new
- * eet_node_hash_add
- * eet_node_unsigned_long_long_new
- * eet_node_var_array_new
- * eet_node_array_new
- * eet_node_struct_append
- * eet_node_long_long_new
- * eet_node_del
- * eet_node_type_get
- * eet_node_string_new
- * eet_node_next_get
- * eet_node_struct_child_new
- * eet_node_null_new
- * eet_node_parent_get
- * eet_node_struct_new
- * eet_node_unsigned_int_new
- * eet_node_unsigned_char_new
- * eet_node_list_append
- * eet_node_dump
- * eet_node_float_new
  *
  *
  * @precondition
@@ -135,6 +105,8 @@ teardown(void)
 
 /**
  * @addtogroup eet_node
+ * @{
+ * @defgroup eet_node_pack_p
  * @li eet_node_list_append()
  * @li eet_node_children_get()
  * @li eet_node_next_get()
@@ -173,6 +145,7 @@ teardown(void)
  *
  * @passcondition Test passes if returned values are the same as add values.
  * @}
+ * @}
  */
 START_TEST(utc_eet_node_pack_p)
 {
@@ -330,6 +303,8 @@ END_TEST
 
 /**
  * @addtogroup eet_node
+ * @{
+ * @defgroup eet_node_pack_p2
  * @li eet_node_type_get()
  * @li eet_node_int_new()
  * @li eet_node_double_new()
@@ -375,9 +350,10 @@ END_TEST
  * @step 27 Initialization of pointer to ULONG_LONG Eet_Node with NULL instead of valid name.
  * @step 28 Initialization of pointer to ULONG_LONG Eet_Node with correct arguments.
  * @step 29 Initialization of pointer to ULONG_LONG Eet_Node with name "test" and incorrect value.
- * 
+ *
  * @passcondition Returned pointer to Eet_Node is not NULL. Without segmentation fault.
  * @}
+ * @}
  */
 START_TEST(utc_eet_node_pack_p2)
 {
@@ -537,6 +513,8 @@ END_TEST
 
 /**
  * @addtogroup eet_node
+ * @{
+ * @defgroup eet_node_pack_p3
  * @li eet_node_parent_get()
  * @li eet_node_unsigned_int_new()
  * @li eet_node_char_new()
@@ -583,6 +561,7 @@ END_TEST
  *
  * @passcondition Returned pointer to Eet_Node is not NULL. Without segmentation fault.
  * @}
+ * @}
  */
 START_TEST(utc_eet_node_pack_p3)
 {