summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-10-28 04:45:31 +0000
committerTed Gould <ted@canonical.com>2008-10-28 04:45:31 +0000
commitdc743aafd8b8c2d9c4e081fc937a94a26c055203 (patch)
tree98748c7465ac4ce06d1cbc359f767bcf0422cc85 /src/2geom/path.h
parentFrom trunk (diff)
downloadinkscape-dc743aafd8b8c2d9c4e081fc937a94a26c055203.tar.gz
inkscape-dc743aafd8b8c2d9c4e081fc937a94a26c055203.zip
Merge from trunk
(bzr r6886)
Diffstat (limited to 'src/2geom/path.h')
-rw-r--r--src/2geom/path.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/2geom/path.h b/src/2geom/path.h
index 1b59ea011..e02b749e7 100644
--- a/src/2geom/path.h
+++ b/src/2geom/path.h
@@ -1,5 +1,6 @@
-/*
- * Path - Series of continuous curves
+/**
+ * \file
+ * \brief Path - Series of continuous curves
*
* Authors:
* MenTaLguY <mental@rydia.net>
@@ -564,6 +565,11 @@ public:
}
}
+
+ /*
+ * It is important to note that the coordinates passed to appendNew should be finite!
+ */
+
template <typename CurveType, typename A>
void appendNew(A a) {
unshare();