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>
* clutter.symbols: Update

View File

@ -26,10 +26,9 @@
/**
* 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.

View 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.

View 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.

View 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.
*

View 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.
*

View 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.

View 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.
*