From e39787ab884aaefc64410ce217b499ec3ca7c622 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 4 Nov 2015 17:28:09 +0000 Subject: prepared visualize_parse for showing dependency labels --- src/compiler/GF/Command/Commands.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/GF/Command') 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, -- cgit v1.2.3