aboutsummaryrefslogtreecommitdiff
path: root/doc/diagrams/SGF.pumlc
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-06-29 23:23:09 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-06-29 23:23:09 +0200
commit6724aeb3ba98c1b9f042344734c2d683e79dfc64 (patch)
tree34dd64d6d4176edf5e564f860c3a34a9cc128262 /doc/diagrams/SGF.pumlc
parentc25a5d482937fc861e9d1cfc1ff36e479fcb2fb4 (diff)
downloadimago-6724aeb3ba98c1b9f042344734c2d683e79dfc64.tar.gz
imago-6724aeb3ba98c1b9f042344734c2d683e79dfc64.zip
Made full class diagram.
Diffstat (limited to 'doc/diagrams/SGF.pumlc')
-rw-r--r--doc/diagrams/SGF.pumlc5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/diagrams/SGF.pumlc b/doc/diagrams/SGF.pumlc
index 2c30202..5ab248a 100644
--- a/doc/diagrams/SGF.pumlc
+++ b/doc/diagrams/SGF.pumlc
@@ -1,8 +1,7 @@
@startuml
-class SGF {
- GameTree loadGameTree(file)
- void saveGameTree(file)
+object SGF {
+ loadGameTree(file)
}
@enduml