dotter

graphiz helpers
git clone git://deadbeef.fr/dotter.git
Log | Files | Refs | README | LICENSE

commit 05076782b92e0e30f2fbe60913ffedbe8e3666f8
parent 1be2cdd2c2bc56f4dcc41833ccd3234d0c452511
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Fri, 27 Nov 2020 02:07:02 +0100

uml: depends no longer take a relation name

Diffstat:
Muml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uml b/uml @@ -102,7 +102,7 @@ $1 == "compose" { $1 == "depends" { end_class(); - relation( $2, $3, "none", "vee", $4 ); + relation( $2, $3, "none", "vee", "" ); printf( " style = \"dotted\" ];\n" ); }