dotter

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

commit 44d82d0f15f4165c603a90ef2e5268162b930d16
parent 2424e6d0122c5cb40df5770a725b49578c0d0da5
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Mon,  4 Sep 2023 17:46:28 +0200

uml: only shown end multiplicity if only one is given

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

diff --git a/uml b/uml @@ -51,7 +51,7 @@ function relation( from, to, tail, head, label, multiplicity ) { } else { - printf( ", taillabel = \"%s\", headlabel = \"%s\"", multiplicity, multiplicity ); + printf( ", headlabel = \"%s\"", multiplicity ); } } }