dotter

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

commit ce1fb228be4280879cc764e495f448f7f6e8b7ec
parent 5ca44f4ee7d602ab2102f99423f076b98ab87abb
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Mon,  4 Sep 2023 19:40:09 +0200

tmp

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

diff --git a/uml b/uml @@ -155,7 +155,7 @@ $1 == "var" { printf( "|" ); inside = "var"; } - printf( "%s%s : %s", scope, $3, $2 ); + printf( "%s%s: %s", scope, $3, $2 ); if( NF == 4 ) { printf( " = %s", $4 );