plantuml-stdlib / C4-PlantUML

C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
MIT License
6.41k stars 1.1k forks source link

#320 Dynamic/Sequence fix Rel() without $index argument #321

Closed kirchsth closed 1 year ago

kirchsth commented 1 year ago

related to #320

fix overwrites the already existing (C4.puml specific) Rel...() definitions in C4_Dynamic.puml and C4_Sequence.puml too. Based on that PlantUML resolves all Rel...() deterministic with one of the correct implementations.

It can be tested with my external branch, like below

!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Dynamic.puml

Best regards Helmut