[gegl/soc-2011-warp] gegl-path: fix outdated documentation
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2011-warp] gegl-path: fix outdated documentation
- Date: Tue, 2 Aug 2011 09:28:04 +0000 (UTC)
commit e8abfc3c57125e3b584f66a5171a0be3f0fcc915
Author: Michael Murà <batolettre gmail com>
Date: Tue Aug 2 11:27:35 2011 +0200
gegl-path: fix outdated documentation
gegl/property-types/gegl-path.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gegl/property-types/gegl-path.h b/gegl/property-types/gegl-path.h
index c54cdbc..5e895f3 100644
--- a/gegl/property-types/gegl-path.h
+++ b/gegl/property-types/gegl-path.h
@@ -454,13 +454,13 @@ GeglPathList * gegl_path_get_flat_path (GeglPath *path);
/**
- * point_lerp:
+ * gegl_path_point_lerp:
* @dest: return location for the result
* @a: origin Point
* @b: destination Point
* @t: ratio between @a and @b
*
- * linear interpolation between two Points
+ * linear interpolation between two #Point
*/
void gegl_path_point_lerp (Point *dest,
Point *a,
@@ -468,11 +468,11 @@ void gegl_path_point_lerp (Point *dest,
gfloat t);
/**
- * point_dist:
+ * gegl_path_point_dist:
* @a: an arbitrary Point
* @b: an arbitrary Point
*
- * Compute the distance between Point @a and @b
+ * Compute the distance between #Point @a and @b
*/
gdouble gegl_path_point_dist (Point *a,
Point *b);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]