Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-wieland-gematik committed Dec 10, 2024
1 parent bacbd74 commit 8ef5ecd
Show file tree
Hide file tree
Showing 2 changed files with 908 additions and 1,802 deletions.
4 changes: 2 additions & 2 deletions c/include/rule_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ typedef enum RuleType {
Rule_DataTable, /* DataTable! := #TableRow+ */
Rule_DocString, /* DocString! := #DocStringSeparator #Other* #DocStringSeparator */
Rule_Tags, /* Tags! := #TagLine+ */
Rule_DescriptionHelper, /* DescriptionHelper := (#Empty | #Comment)* Description? */
Rule_Description, /* Description! := #Other+ ((#Empty | #Comment)+ #Other+)* */
Rule_DescriptionHelper, /* DescriptionHelper := Description? */
Rule_Description, /* Description! := (#Empty | #Comment | #Other)+ */
Rule_Count
} RuleType;

Expand Down
Loading

0 comments on commit 8ef5ecd

Please sign in to comment.