add new api docs.
[lms] / www / api / structlms__playlist__info__coll__graph.dot
diff --git a/www/api/structlms__playlist__info__coll__graph.dot b/www/api/structlms__playlist__info__coll__graph.dot
new file mode 100644 (file)
index 0000000..d91a3c3
--- /dev/null
@@ -0,0 +1,9 @@
+digraph G
+{
+  bgcolor="transparent";
+  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
+  node [fontname="FreeSans",fontsize="10",shape=record];
+  Node1 [label="{lms_playlist_info\n|+ id\l+ title\l+ n_entries\l|}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
+  Node2 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="title",arrowtail="open",fontname="FreeSans"];
+  Node2 [label="{lms_string_size\n|+ str\l+ len\l|}",height=0.2,width=0.4,color="black",URL="$structlms__string__size.html"];
+}