summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-01 08:11:16 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-01 08:11:16 +0200
commit983e80422345461e0fa6ab08267f35331f63c104 (patch)
tree1ce063ecd32acaeef8cc5294d272b654ebf0b895 /doc
parentb9c04fd6126eef43f5bc78aa973938c428d65bca (diff)
update documentation for Haskell
Diffstat (limited to 'doc')
-rw-r--r--doc/runtime-api.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html
index 31a5b623d..b5ff682c7 100644
--- a/doc/runtime-api.html
+++ b/doc/runtime-api.html
@@ -1091,7 +1091,7 @@ n0 -- n3 [style = "solid"]
}
</pre>
<pre class="haskell">
-Prelude PGF2> putStrLn (graphvizAbstractTree gr e)
+Prelude PGF2> putStrLn (graphvizAbstractTree gr graphvizDefaults e)
graph {
n0[label = "AdjCN", style = "solid", shape = "plaintext"]
n1[label = "PositA", style = "solid", shape = "plaintext"]
@@ -1171,7 +1171,7 @@ graph {
}
</pre>
<pre class="haskell">
-Prelude PGF2> putStrLn (graphvizParseTree eng e)
+Prelude PGF2> putStrLn (graphvizParseTree eng graphvizDefaults e)
graph {
node[shape=plaintext]