Skip to content

Commit

Permalink
removed experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Sep 24, 2024
1 parent c0384a0 commit 039a443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/lang/rascal/vis/ImportGraph.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void importGraph(PathConfig pcfg, bool hideExternals=true) {

default loc modLinker(value _) = |nothing:///|;

showInteractiveContent(graph(g, \layout=defaultDagreLayout(), nodeLinker=modLinker), title="Rascal Import/Extend Graph", edgeStyle=defaultEdgeStyle()[\curve-style=taxi()]);
showInteractiveContent(graph(g, \layout=defaultDagreLayout(), nodeLinker=modLinker), title="Rascal Import/Extend Graph");
}

@synopsis{Container for everything we need to know about the modules in a project to visualize it.}
Expand Down

0 comments on commit 039a443

Please sign in to comment.