mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Removed comment from classDiagram.jison
This commit is contained in:
parent
1d8f524913
commit
92aa2859a0
@ -247,7 +247,7 @@ namespaceName
|
|||||||
|
|
||||||
className
|
className
|
||||||
: alphaNumToken { $$=$1; }
|
: alphaNumToken { $$=$1; }
|
||||||
| alphaNumToken DOT className { $$=$1+'.'+$3; } // Allow class names with dots
|
| alphaNumToken DOT className { $$=$1+'.'+$3; }
|
||||||
| classLiteralName { $$=$1; }
|
| classLiteralName { $$=$1; }
|
||||||
| alphaNumToken className { $$=$1+$2; }
|
| alphaNumToken className { $$=$1+$2; }
|
||||||
| alphaNumToken GENERICTYPE { $$=$1+'~'+$2+'~'; }
|
| alphaNumToken GENERICTYPE { $$=$1+'~'+$2+'~'; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user