Skip to content

Commit

Permalink
doc BUGFIX update cases description
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jan 11, 2024
1 parent f9336d9 commit d098f5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tree_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -1579,9 +1579,7 @@ struct lysc_node_choice {
};
};

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

0 comments on commit d098f5d

Please sign in to comment.