useless tweaks
This commit is contained in:
parent
433a30c584
commit
0a5803fab4
|
@ -1,4 +1,4 @@
|
|||
[The "BSD license"]
|
||||
[The "BSD license"]
|
||||
Copyright (c) 2011 Terence Parr
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dfa(name, startState, states, edges, rankdir, decisionRanks, useBox) ::= <<
|
||||
digraph <name> {
|
||||
digraph <name> {
|
||||
<if(rankdir)>rankdir=<rankdir>;<endif>
|
||||
<decisionRanks; separator="\n">
|
||||
<states; separator="\n">
|
||||
|
|
Loading…
Reference in New Issue