From 84d5649ea5e5c614533248804e85c4bdd6ebea33 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 19 Jun 2008 21:43:31 +0000 Subject: [PATCH] comment fix --- 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; -- 2.30.2