Code

improve documentation of SPCurve::last_segment
authorjohanengelen <johanengelen@users.sourceforge.net>
Mon, 7 Jul 2008 09:17:41 +0000 (09:17 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Mon, 7 Jul 2008 09:17:41 +0000 (09:17 +0000)
src/display/curve.cpp

index 035b65fd7d622b16c034b9b47f155c9acb5f4be9..107dbca3a2ec0c6d12738ba3b9ec872a86f46846 100644 (file)
@@ -299,7 +299,6 @@ SPCurve::get_segment_count() const
     return nr;
 }
 
-
 /**
  * Increase _refcount of curve.
  *
@@ -882,8 +881,8 @@ SPCurve::last_bpath() const
 }
 
 /**
- * Return last pathsegment (possibly the closing path segment) in PathVector or NULL.
- * equal in functionality to SPCurve::last_bpath()
+ * Return last pathsegment (possibly the closing path segment) of the last path in PathVector or NULL.
+ * If the last path is empty (contains only a moveto), the function returns NULL
  */
 Geom::Curve const *
 SPCurve::last_segment() const