#3050 Renaming setTitle to setAccTitle

This commit is contained in:
Knut Sveidqvist
2022-05-17 20:23:45 +02:00
parent 3cb37ab802
commit a3878528c6
26 changed files with 42 additions and 60 deletions

View File

@@ -348,7 +348,7 @@ statement
| subgraph separator document end
{$$=yy.addSubGraph(undefined,$3,undefined);}
| direction
| acc_title acc_title_value { $$=$2.trim();yy.setTitle($$); }
| 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($$); }
;