From: buliabyak Date: Thu, 19 Jun 2008 21:43:31 +0000 (+0000) Subject: comment fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84d5649ea5e5c614533248804e85c4bdd6ebea33;p=inkscape.git comment fix --- diff --git a/src/nodepath.h b/src/nodepath.h index fbcfe69da..01542d32d 100644 --- a/src/nodepath.h +++ b/src/nodepath.h @@ -82,19 +82,22 @@ namespace Inkscape { namespace NodePath { /** - * This is a node on a subpath + * The entire nodepath, containing multiple subpaths */ class Path; /** - * This is a subdivision of a NodePath + * A subpath is a continuous chain of linked nodes */ class SubPath; +/** + * One side of a node, i.e. prev or next + */ class NodeSide; /** - * This is a node (point) along a subpath + * A node on a subpath */ class Node;