diff options
author | Rob Austein <sra@hactrn.net> | 2007-05-14 20:52:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-05-14 20:52:47 +0000 |
commit | a9c94baec7d12f2ff451ac8acd1b8afcebdf26b5 (patch) | |
tree | 4f0a8a6f83db6e08f3b0ff3a5d4dc456881547e0 /docs/repository-engine-objects.dot | |
parent | 12bc4f3b53382309bbef3120fa61f6537454ec9b (diff) |
Add self -> biz_sign link, per Tim.
At this point plain old "dot" seems to graph this mess best, although
"twopi" and "fdp" both produce vaguely plausible results as well.
svn path=/docs/repository-engine-objects.dot; revision=602
Diffstat (limited to 'docs/repository-engine-objects.dot')
-rw-r--r-- | docs/repository-engine-objects.dot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/repository-engine-objects.dot b/docs/repository-engine-objects.dot index 58544626..7d0fc03d 100644 --- a/docs/repository-engine-objects.dot +++ b/docs/repository-engine-objects.dot @@ -30,6 +30,7 @@ digraph rpki_engine_objects { // One-many mappings edge [ color=blue, arrowtail=none, arrowhead=crow ]; + self -> biz_sign; biz_sign -> child; biz_sign -> parent; biz_sign -> repo; @@ -57,5 +58,5 @@ digraph rpki_engine_objects { } // Local Variables: -// compile-command: "neato -Tps2 repository-engine-objects.dot | ps2pdf - repository-engine-objects.pdf" +// compile-command: "dot -Tps2 repository-engine-objects.dot | ps2pdf - repository-engine-objects.pdf" // End: |