Skip to content

Commit

Permalink
plantuml-stdlib#124 Remove not working, misleading and unused default…
Browse files Browse the repository at this point in the history
… values
  • Loading branch information
kirchsth committed Feb 21, 2021
1 parent e53c526 commit 6abef22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C4.puml
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ rectangle "$getBoundary($label, $type)" $toStereos("boundary", $tags) as $alias
' Relationship
' ##################################

!unquoted procedure Rel_($alias1, $alias2, $label, $direction="")
!unquoted procedure Rel_($alias1, $alias2, $label, $direction)
$alias1 $direction $alias2 : **$label**
!endprocedure
!unquoted procedure Rel_($alias1, $alias2, $label, $techn, $direction="")
!unquoted procedure Rel_($alias1, $alias2, $label, $techn, $direction)
$alias1 $direction $alias2 : **$label**\n//<size:$TECHN_FONT_SIZE>[$techn]</size>//
!endprocedure

Expand Down

0 comments on commit 6abef22

Please sign in to comment.