summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2015-11-04 17:28:09 +0000
committeraarne <aarne@chalmers.se>2015-11-04 17:28:09 +0000
commite39787ab884aaefc64410ce217b499ec3ca7c622 (patch)
treeb933d537d80b83687c6e41b956d24c92ce1fdf28 /src/compiler
parente8b5b8c3908a84dcd00c400ffac69ca82282a0e8 (diff)
prepared visualize_parse for showing dependency labels
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Command/Commands.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 488d8cbfd..32612df2c 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -597,6 +597,7 @@ pgfCommands = Map.fromList [
let gvOptions = GraphvizOptions {noLeaves = isOpt "noleaves" opts && not (isOpt "showleaves" opts),
noFun = isOpt "nofun" opts || not (isOpt "showfun" opts),
noCat = isOpt "nocat" opts && not (isOpt "showcat" opts),
+ noDep = True, ---- TODO
nodeFont = valStrOpts "nodefont" "" opts,
leafFont = valStrOpts "leaffont" "" opts,
nodeColor = valStrOpts "nodecolor" "" opts,