Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Minor tweaks to deps2dot
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Dec 17, 2012
1 parent 7faa045 commit 4702195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/deps2dot
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ MODULES=$(ls -d */ | tr -d /)


echo "digraph G {"
echo " overlap=prism;"
echo " bgcolor=transparent;"
echo " rankdir=TB;"
echo " splines=true;"

for mod in $MODULES; do
{
Expand Down

0 comments on commit 4702195

Please sign in to comment.