2022-02-11 08:57:32 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
# name: Plantuml basic template
|
|
|
|
# --
|
|
|
|
@startuml
|
|
|
|
hide empty description
|
2022-08-04 23:53:53 +02:00
|
|
|
'!theme bluegray 'organigram
|
|
|
|
'!theme sandstone
|
|
|
|
'!theme blueprint 'class
|
|
|
|
'!theme reddress-lightblue 'class
|
2022-06-01 01:01:20 +02:00
|
|
|
'top to bottom direction
|
2022-02-11 08:57:32 +01:00
|
|
|
$0
|
|
|
|
@enduml
|