fix Class diagram grammar

This commit is contained in:
Sidharth Vinod 2023-04-24 00:15:07 +05:30
parent 23bed7e653
commit 60db22886a
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -200,9 +200,9 @@ Function arguments are optional: 'call <callback_name>()' simply executes 'callb
start
: mermaidDoc
| statements
| direction
| directive start
| statements
;
direction
@ -272,8 +272,6 @@ statement
| clickStatement
| cssClassStatement
| noteStatement
| directive
| direction
| acc_title acc_title_value { $$=$2.trim();yy.setAccTitle($$); }
| acc_descr acc_descr_value { $$=$2.trim();yy.setAccDescription($$); }
| acc_descr_multiline_value { $$=$1.trim();yy.setAccDescription($$); }