From: Emden R. Gansner Date: Wed, 19 Mar 2014 14:15:57 +0000 (-0400) Subject: Expand comment on what is expected in the graph for the various pack functions to... X-Git-Tag: 2.38.0~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9f0c895ca1d5660763d787f05677218c78c3fc9;p=graphviz Expand comment on what is expected in the graph for the various pack functions to work. --- diff --git a/lib/pack/pack.c b/lib/pack/pack.c index e1e3c7f29..3a71ff08b 100644 --- a/lib/pack/pack.c +++ b/lib/pack/pack.c @@ -796,8 +796,8 @@ polyRects(int ng, boxf* gs, pack_info * pinfo) * the array needs to be freed; * Returns NULL if problem occur or if ng == 0. * - * Depends on graph fields bb, node fields pos, xsize and ysize, and - * edge field spl. + * Depends on graph fields GD_bb, node fields ND_pos(inches), ND_xsize and + * ND_ysize, and edge field ED_spl. * * FIX: fixed mode does not always work. The fixed ones get translated * back to be centered on the origin.