From 1355c19f66a029247dab775b8c9d52aa44889a6e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 21 Apr 2010 11:30:54 +0100 Subject: [PATCH] docs: Fix gtk-doc warnings --- clutter/clutter-behaviour-opacity.h | 2 +- clutter/clutter-behaviour.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clutter/clutter-behaviour-opacity.h b/clutter/clutter-behaviour-opacity.h index 83fae78..9ec5efc 100644 --- a/clutter/clutter-behaviour-opacity.h +++ b/clutter/clutter-behaviour-opacity.h @@ -79,7 +79,7 @@ struct _ClutterBehaviourOpacity /** * ClutterBehaviourOpacityClass: * - * The #ClutterBehaviourOpacityClas structure contains only private data + * The #ClutterBehaviourOpacityClass structure contains only private data * * Since: 0.2 */ diff --git a/clutter/clutter-behaviour.c b/clutter/clutter-behaviour.c index 48b0265..49b1249 100644 --- a/clutter/clutter-behaviour.c +++ b/clutter/clutter-behaviour.c @@ -51,9 +51,9 @@ * * The actors position between the path's end points directly correlates * to the #ClutterAlpha's current alpha value driving the behaviour. With - * the #ClutterAlpha's function set to %CLUTTER_ALPHA_RAMP_INC the actor + * the #ClutterAlpha's function set to a linear ramp the actor * will follow the path at a constant velocity, but when changing to - * %CLUTTER_ALPHA_SINE_INC the actor initially accelerates before quickly + * a sine wave the actor initially accelerates before quickly * decelerating. * * In order to implement a new behaviour you should subclass #ClutterBehaviour -- 2.7.4