feat: support multiple stereotypes in class diagrams

Tento commit je obsažen v:
Justin Greywolf
2025-10-21 14:31:14 -07:00
rodič fed8a523a4
revize b6b666d705
10 změnil soubory, kde provedl 198 přidání a 35 odebrání

Zobrazit soubor

@@ -38,7 +38,7 @@
+quack()
}
class Fish{
-Listint sizeInFeet
-int sizeInFeet
-canEat()
}
class Zebra{
@@ -143,21 +143,7 @@
Pineapple : -int leafCount()
Pineapple : -int spikeCount()
</pre>
<hr />
<pre class="mermaid">
classDiagram
class Person {
+ID : Guid
+FirstName : string
+LastName : string
-privateProperty : string
#ProtectedProperty : string
~InternalProperty : string
~AnotherInternalProperty : List~List~string~~
}
class People List~List~Person~~
</pre>
<hr />
<pre class="mermaid">
classDiagram