From: Emmanuele Bassi Date: Mon, 19 Nov 2007 16:35:46 +0000 (+0000) Subject: 2007-11-19 Emmanuele Bassi X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=531be399b7ccd205b86fae9197e13be97186c4e5;p=profile%2Fivi%2Fclutter.git 2007-11-19 Emmanuele Bassi * 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. --- diff --git a/ChangeLog b/ChangeLog index 2d9a054..cd57c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2007-11-19 Emmanuele Bassi + * 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 + * clutter.symbols: Update * clutter/clutter-actor.h: Rename the angle argument for diff --git a/clutter/clutter-behaviour-bspline.c b/clutter/clutter-behaviour-bspline.c index ebb4849..fd5a020 100644 --- a/clutter/clutter-behaviour-bspline.c +++ b/clutter/clutter-behaviour-bspline.c @@ -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. diff --git a/clutter/clutter-behaviour-depth.c b/clutter/clutter-behaviour-depth.c index d916e09..9e7728f 100644 --- a/clutter/clutter-behaviour-depth.c +++ b/clutter/clutter-behaviour-depth.c @@ -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. diff --git a/clutter/clutter-behaviour-ellipse.c b/clutter/clutter-behaviour-ellipse.c index 548e5e0..63b9458 100644 --- a/clutter/clutter-behaviour-ellipse.c +++ b/clutter/clutter-behaviour-ellipse.c @@ -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. diff --git a/clutter/clutter-behaviour-opacity.c b/clutter/clutter-behaviour-opacity.c index f3f609d..ac717bc 100644 --- a/clutter/clutter-behaviour-opacity.c +++ b/clutter/clutter-behaviour-opacity.c @@ -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. * diff --git a/clutter/clutter-behaviour-path.c b/clutter/clutter-behaviour-path.c index e0032ce..deea040 100644 --- a/clutter/clutter-behaviour-path.c +++ b/clutter/clutter-behaviour-path.c @@ -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. * diff --git a/clutter/clutter-behaviour-rotate.c b/clutter/clutter-behaviour-rotate.c index b5817fe..4224780 100644 --- a/clutter/clutter-behaviour-rotate.c +++ b/clutter/clutter-behaviour-rotate.c @@ -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. diff --git a/clutter/clutter-behaviour-scale.c b/clutter/clutter-behaviour-scale.c index e13e11e..54759ab 100644 --- a/clutter/clutter-behaviour-scale.c +++ b/clutter/clutter-behaviour-scale.c @@ -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. *