8T4 / c4sharp

C4Sharp (C4S) is a .net library for building C4 Model diagrams.
MIT License
261 stars 37 forks source link

Add titles to diagrams #15

Closed BenRStutzman closed 3 years ago

BenRStutzman commented 3 years ago

Add a title to the diagram PUML.

I'm not sure if you want to add a parameter to specify whether the title should actually show up in the diagram, but this will make it show up by default if it's not null or whitespace.

yanjustino commented 3 years ago

@BenRStutzman Thank you for your contributions!