Skip to content

Commit d098f5d

Browse files
committed
doc BUGFIX update cases description
Refs #2151
1 parent f9336d9 commit d098f5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tree_schema.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,9 +1579,7 @@ struct lysc_node_choice {
15791579
};
15801580
};
15811581

1582-
struct lysc_node_case *cases; /**< list of the cases (linked list). Note that all the children of all the cases are linked each other
1583-
as siblings. Their parent pointers points to the specific case they belongs to, so distinguish the
1584-
case is simple. */
1582+
struct lysc_node_case *cases; /**< list of all the cases (linked list) */
15851583
struct lysc_when **when; /**< list of pointers to when statements ([sized array](@ref sizedarrays)) */
15861584
struct lysc_node_case *dflt; /**< default case of the choice, only a pointer into the cases array. */
15871585
};

0 commit comments

Comments
 (0)