Code

comment fix
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 19 Jun 2008 21:43:31 +0000 (21:43 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 19 Jun 2008 21:43:31 +0000 (21:43 +0000)
src/nodepath.h

index fbcfe69dabbda01cfe56cc0684a7c446552fd57b..01542d32d87cb752b1acd9633c4d1a885578f8ac 100644 (file)
@@ -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;