add new api docs.
[lms] / www / api / structcinfo__coll__graph.dot
diff --git a/www/api/structcinfo__coll__graph.dot b/www/api/structcinfo__coll__graph.dot
new file mode 100644 (file)
index 0000000..66102e6
--- /dev/null
@@ -0,0 +1,15 @@
+digraph G
+{
+  bgcolor="transparent";
+  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
+  node [fontname="FreeSans",fontsize="10",shape=record];
+  Node1 [label="{cinfo\n|+ lms\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="lms",arrowtail="open",fontname="FreeSans"];
+  Node2 [label="{lms\n|+ parsers\l+ n_parsers\l+ cs_conv\l+ db_path\l+ slave_timeout\l+ cb\l+ data\l+ free_data\l+ progress\l+ commit_interval\l+ is_processing\l+ stop_processing\l|}",height=0.2,width=0.4,color="black",URL="$structlms.html"];
+  Node3 -> Node2 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="cs_conv",arrowtail="open",fontname="FreeSans"];
+  Node3 [label="{lms_charset_conv\n|+ check\l+ fallback\l+ size\l+ convs\l+ names\l|}",height=0.2,width=0.4,color="grey75"];
+  Node4 -> Node2 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="parsers",arrowtail="open",fontname="FreeSans"];
+  Node4 [label="{parser\n|+ plugin\l+ dl_handle\l+ so_path\l|}",height=0.2,width=0.4,color="black",URL="$structparser.html"];
+  Node5 -> Node4 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="plugin",arrowtail="open",fontname="FreeSans"];
+  Node5 [label="{lms_plugin\n|+ name\l+ match\l+ parse\l+ close\l+ setup\l+ start\l+ finish\l|}",height=0.2,width=0.4,color="black",URL="$structlms__plugin.html"];
+}