diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-11-05 22:58:34 +0100 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-11-05 22:58:34 +0100 |
| commit | 294b567ef34d2375d164f45afbaa89f5e0a25614 (patch) | |
| tree | 7c73501e1622f292be822ff0e3fb509207af6c2a /uml/api.dot | |
| parent | update UML representation (diff) | |
| download | spore-specifications-294b567ef34d2375d164f45afbaa89f5e0a25614.tar.gz | |
fix edge UML
Diffstat (limited to 'uml/api.dot')
| -rw-r--r-- | uml/api.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uml/api.dot b/uml/api.dot index 400f442..83b727f 100644 --- a/uml/api.dot +++ b/uml/api.dot @@ -6,7 +6,7 @@ digraph { [label="{\N|methods : map<string,Method>\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array<number>\lformats : array<string>\lmeta : map<string,string>\lunattended_params : boolean\lversion : string\l}"]; "API" -> "Method" - [label = "methods", arrowhead = none, arrowtail = odiamond]; + [label="methods", dir=back, arrowtail=odiamond]; "Method" [label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldeprecated : boolean\ldescription : string\lexpected_status : array<number>\lform-data : map<string,string>\lformats : array<string>\lheaders : map<string,string>\loptional_params : array<string>\loptional_payload : boolean\lrequired_params : array<string>\lrequired_payload : boolean\lunattended_params : boolean\l}"]; |
