2007-11-19 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Mon, 19 Nov 2007 16:35:46 +0000 (16:35 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Mon, 19 Nov 2007 16:35:46 +0000 (16:35 +0000)
* clutter/clutter-behaviour-bspline.c:
* clutter/clutter-behaviour-depth.c:
* clutter/clutter-behaviour-ellipse.c:
* clutter/clutter-behaviour-opacity.c:
* clutter/clutter-behaviour-path.c:
* clutter/clutter-behaviour-rotate.c:
* clutter/clutter-behaviour-scale.c: Fix gtk-doc short description.

ChangeLog
clutter/clutter-behaviour-bspline.c
clutter/clutter-behaviour-depth.c
clutter/clutter-behaviour-ellipse.c
clutter/clutter-behaviour-opacity.c
clutter/clutter-behaviour-path.c
clutter/clutter-behaviour-rotate.c
clutter/clutter-behaviour-scale.c

index 2d9a054..cd57c17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2007-11-19  Emmanuele Bassi  <ebassi@openedhand.com>
 
+       * clutter/clutter-behaviour-bspline.c:
+       * clutter/clutter-behaviour-depth.c:
+       * clutter/clutter-behaviour-ellipse.c:
+       * clutter/clutter-behaviour-opacity.c:
+       * clutter/clutter-behaviour-path.c:
+       * clutter/clutter-behaviour-rotate.c:
+       * clutter/clutter-behaviour-scale.c: Fix gtk-doc short description.
+
+2007-11-19  Emmanuele Bassi  <ebassi@openedhand.com>
+
        * clutter.symbols: Update
 
        * clutter/clutter-actor.h: Rename the angle argument for
index ebb4849..fd5a020 100644 (file)
 
 /**
  * SECTION:clutter-behaviour-bspline
- * @short_description: A behaviour class interpolating actors along a path
- * defined by bezier spline.
+ * @short_description: A behaviour interpolating position along a B-Spline
  *
- * #ClutterBehaviourBspline interpolates actors along a defined bspline path.
+ * #ClutterBehaviourBspline interpolates actors along a defined B-Spline path.
  *
  * A bezier spline is a set of cubic bezier curves defined by a sequence of
  * control points given when creating a new #ClutterBehaviourBspline instance.
index d916e09..9e7728f 100644 (file)
@@ -38,7 +38,7 @@
 
 /**
  * SECTION:clutter-behaviour-depth
- * @short_description: Behaviour controlling the depth
+ * @short_description: A behaviour controlling the Z position
  *
  * #ClutterBehaviourDepth is a simple #ClutterBehaviour controlling the
  * depth of a set of actors between a start and end depth.
index 548e5e0..63b9458 100644 (file)
@@ -27,7 +27,7 @@
 
 /**
  * SECTION:clutter-behaviour-ellipse
- * @short_description: elliptic path behaviour.
+ * @short_description: A behaviour interpolating position along an ellipse
  *
  * #ClutterBehaviourEllipse interpolates actors along a path defined by
  *  an ellipse.
index f3f609d..ac717bc 100644 (file)
@@ -25,8 +25,7 @@
 
 /**
  * SECTION:clutter-behaviour-opacity
- * @short_description: A behaviour class interpolating actors opacity between
- * two values.
+ * @short_description: A behaviour controlling opacity
  *
  * #ClutterBehaviourPath interpolates actors opacity between two values.
  *
index e0032ce..deea040 100644 (file)
@@ -25,8 +25,7 @@
 
 /**
  * SECTION:clutter-behaviour-path
- * @short_description: A behaviour class interpolating actors along a defined
- * path.
+ * @short_description: A behaviour interpolating position along a path
  *
  * #ClutterBehaviourPath interpolates actors along a defined path.
  *
index b5817fe..4224780 100644 (file)
@@ -25,7 +25,7 @@
 
 /**
  * SECTION:clutter-behaviour-rotate
- * @short_description: A behaviour class to rotate actors
+ * @short_description: A behaviour controlling rotation
  *
  * A #ClutterBehaviourRotate rotate actors between a starting and ending
  * angle on a given axis.
index e13e11e..54759ab 100644 (file)
@@ -25,8 +25,7 @@
 
 /**
  * SECTION:clutter-behaviour-scale
- * @short_description: A behaviour class interpolating actors size between
- * two values.
+ * @short_description: A behaviour controlling scale
  *
  * A #ClutterBehaviourScale interpolates actors size between two values.
  *