[gegl/soc-2011-warp: 18/25] gegl-path: fix outdated documentation



commit 6d49bfbd9328c06a86c53b32dc768e3aa7022df8
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]