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.
This commit is contained in:
Emmanuele Bassi 2007-11-19 16:35:46 +00:00
parent 75d047ed4d
commit 531be399b7
8 changed files with 18 additions and 12 deletions

View File

@ -1,3 +1,13 @@
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> 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com>
* clutter.symbols: Update * clutter.symbols: Update

View File

@ -26,10 +26,9 @@
/** /**
* SECTION:clutter-behaviour-bspline * SECTION:clutter-behaviour-bspline
* @short_description: A behaviour class interpolating actors along a path * @short_description: A behaviour interpolating position along a B-Spline
* defined by bezier 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 * A bezier spline is a set of cubic bezier curves defined by a sequence of
* control points given when creating a new #ClutterBehaviourBspline instance. * control points given when creating a new #ClutterBehaviourBspline instance.

View File

@ -38,7 +38,7 @@
/** /**
* SECTION:clutter-behaviour-depth * 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 * #ClutterBehaviourDepth is a simple #ClutterBehaviour controlling the
* depth of a set of actors between a start and end depth. * depth of a set of actors between a start and end depth.

View File

@ -27,7 +27,7 @@
/** /**
* SECTION:clutter-behaviour-ellipse * 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 * #ClutterBehaviourEllipse interpolates actors along a path defined by
* an ellipse. * an ellipse.

View File

@ -25,8 +25,7 @@
/** /**
* SECTION:clutter-behaviour-opacity * SECTION:clutter-behaviour-opacity
* @short_description: A behaviour class interpolating actors opacity between * @short_description: A behaviour controlling opacity
* two values.
* *
* #ClutterBehaviourPath interpolates actors opacity between two values. * #ClutterBehaviourPath interpolates actors opacity between two values.
* *

View File

@ -25,8 +25,7 @@
/** /**
* SECTION:clutter-behaviour-path * SECTION:clutter-behaviour-path
* @short_description: A behaviour class interpolating actors along a defined * @short_description: A behaviour interpolating position along a path
* path.
* *
* #ClutterBehaviourPath interpolates actors along a defined path. * #ClutterBehaviourPath interpolates actors along a defined path.
* *

View File

@ -25,7 +25,7 @@
/** /**
* SECTION:clutter-behaviour-rotate * 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 * A #ClutterBehaviourRotate rotate actors between a starting and ending
* angle on a given axis. * angle on a given axis.

View File

@ -25,8 +25,7 @@
/** /**
* SECTION:clutter-behaviour-scale * SECTION:clutter-behaviour-scale
* @short_description: A behaviour class interpolating actors size between * @short_description: A behaviour controlling scale
* two values.
* *
* A #ClutterBehaviourScale interpolates actors size between two values. * A #ClutterBehaviourScale interpolates actors size between two values.
* *