Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Sep 3, 2024
1 parent d153077 commit 14a8466
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ImportGraph/Cli.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ open ImportGraph
/--
Write an import graph, represented as a `NameMap (Array Name)` to the ".dot" graph format.
* Nodes in the `unused` set will be shaded light gray.
* Nodes which start with the `markedModule` and edges into them will be highlighted in green.
* Nodes in `directDeps` are marked with a green border and green text.
* If `markedModule` is provided:
* Nodes which start with the `markedModule` will be highlighted in green and drawn closer together.
* Edges from `directDeps` into the module are highlighted in green
* Nodes in `directDeps` are marked with a green border and green text.
-/
def asDotGraph
(graph : NameMap (Array Name))
Expand Down

0 comments on commit 14a8466

Please sign in to comment.