From 294b567ef34d2375d164f45afbaa89f5e0a25614 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 5 Nov 2010 22:58:34 +0100 Subject: fix edge UML --- uml/api.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uml/api.dot') 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}"]; -- cgit v1.2.3