]> granicus.if.org Git - graphviz/commitdiff
Note the availability of neato_node_init().
authorerg <devnull@localhost>
Mon, 21 Apr 2008 19:41:53 +0000 (19:41 +0000)
committererg <devnull@localhost>
Mon, 21 Apr 2008 19:41:53 +0000 (19:41 +0000)
doc/addingLayout.txt

index 99e9263f2b0f792f4bc7eed567046bf3da3508a2..86d4328aafeba01f6d9425a4afc29249bbde5775 100644 (file)
@@ -11,9 +11,11 @@ Entry points:
     call setEdgeType (g, ...);
 
        - For each node, call common_init_node and gv_nodesize.
-    If the algorithm will use spline_edges() to route the edges, the
+
+         If the algorithm will use spline_edges() to route the edges, the
     node coordinates need to be stored in ND_pos, so this should be
-    allocated here.
+    allocated here. This, and the two calls mentioned above, are all
+    handled by a call to neato_init_node().
 
        - For each edge, call common_init_edge