Skip to content

Commit

Permalink
fix edge UML
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 5, 2010
1 parent caa8ff4 commit 294b567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uml/api.dot
Expand Up @@ -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}"];
Expand Down
Binary file modified uml/api.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 294b567

Please sign in to comment.