diff options
| author | aarne <aarne@chalmers.se> | 2015-11-04 17:28:09 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-11-04 17:28:09 +0000 |
| commit | e39787ab884aaefc64410ce217b499ec3ca7c622 (patch) | |
| tree | b933d537d80b83687c6e41b956d24c92ce1fdf28 /src/compiler | |
| parent | e8b5b8c3908a84dcd00c400ffac69ca82282a0e8 (diff) | |
prepared visualize_parse for showing dependency labels
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/GF/Command/Commands.hs | 1 |
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, |
