docs(classDiagram): add nested generic type example in docs

This commit is contained in:
Tom PERRILLAT-COLLOMB
2022-12-22 11:17:44 +01:00
parent 56e28a7f40
commit df42f96b5a
11 changed files with 6 additions and 343 deletions

View File

@@ -149,7 +149,7 @@ title: Demo Class Diagram
-privateProperty : string
#ProtectedProperty : string
~InternalProperty : string
~AnotherInternalProperty : List~MyType~
~AnotherInternalProperty : List~List~string~~
}
</pre>
<hr />