From 0e2f8d84e6e0e4729c4a70709870f1afb0fe8d70 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 19 Jun 2008 21:43:31 +0000 Subject: comment fix (bzr r6001) --- src/nodepath.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; -- cgit v1.2.3