summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nodepath.h9
1 files 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;