diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/runtime-api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html index 727adf31c..b0fc24b91 100644 --- a/doc/runtime-api.html +++ b/doc/runtime-api.html @@ -1081,7 +1081,7 @@ n0 -- n3 [style = "solid"] } </pre> <pre class="java"> -System.out.println(gr.graphvizAbstractTree(e)); //// TODO +System.out.println(gr.graphvizAbstractTree(e)); graph { n0[label = "AdjCN", style = "solid", shape = "plaintext"] n1[label = "PositA", style = "solid", shape = "plaintext"] @@ -1184,7 +1184,7 @@ graph { } </pre> <pre class="java"> -System.out.println(eng.graphvizParseTree(e)); //// TODO +System.out.println(eng.graphvizParseTree(e)); graph { node[shape=plaintext] |
