diff options
| author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-12 13:20:23 +0200 |
|---|---|---|
| committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-12 13:20:23 +0200 |
| commit | abd2e7d06055cf5e0e203279a4e19f19abdb0170 (patch) | |
| tree | cb62e8bd68e52c595e4fbfbfa0b7485f585a1892 /docs | |
| parent | 8e0a865dd375baa71357ce817847ea8a9144434c (diff) | |
| parent | c9c4b6caa2a14b7b5a338a6981a616506da7e78f (diff) | |
Merge branch 'master' of https://github.com/lonkaars/depa
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/class-diag.puml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/class-diag.puml b/docs/class-diag.puml index 5efda1b..3c572bd 100644 --- a/docs/class-diag.puml +++ b/docs/class-diag.puml @@ -67,7 +67,7 @@ class Circuit { + createNode(string type, string label) + createLink(string labelA, string labelB) - - nets: Map<string label, Net*> + - nets: vector<Net*> - nodes: Map<string label, Node*> } |