We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9336d9 commit d098f5dCopy full SHA for d098f5d
src/tree_schema.h
@@ -1579,9 +1579,7 @@ struct lysc_node_choice {
1579
};
1580
1581
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. */
+ struct lysc_node_case *cases; /**< list of all the cases (linked list) */
1585
struct lysc_when **when; /**< list of pointers to when statements ([sized array](@ref sizedarrays)) */
1586
struct lysc_node_case *dflt; /**< default case of the choice, only a pointer into the cases array. */
1587
0 commit comments