summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-06-19 21:43:31 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-06-19 21:43:31 +0000
commit0e2f8d84e6e0e4729c4a70709870f1afb0fe8d70 (patch)
treeca4c0ef07abed1ec15e97deb7b1b2c9942cd1922 /src
parentChanged tools toolbar to use stock GtkToolbar via simple wrapper actions. (diff)
downloadinkscape-0e2f8d84e6e0e4729c4a70709870f1afb0fe8d70.tar.gz
inkscape-0e2f8d84e6e0e4729c4a70709870f1afb0fe8d70.zip
comment fix
(bzr r6001)
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;