Skip to content

Commit

Permalink
feat: make small the dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshihiro503 committed Nov 15, 2024
1 parent bc4dfb7 commit c562ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocamldot/ocamldot.mll
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ Arg.parse
getDependFromFile usage;
if not(!calledOnFile) then getDependFromStdin();
print_string "digraph depend {\n";
print_string " dpi = 48;\n";
if (!leftToRight) then print_string " rankdir = LR ;\n"
else print_string " rankdir = TB ;\n";
print_string "bgcolor=transparent;\n splines=true;\n nodesep=1;\n node [fontsize=18, shape=rect, color=\"#dbc3b6\", style=filled];\n";
Expand Down

0 comments on commit c562ad4

Please sign in to comment.