docs: Fix gtk-doc warnings

This commit is contained in:
Emmanuele Bassi 2010-04-21 11:30:54 +01:00
parent 3196658b8c
commit 1355c19f66
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ struct _ClutterBehaviourOpacity
/** /**
* ClutterBehaviourOpacityClass: * ClutterBehaviourOpacityClass:
* *
* The #ClutterBehaviourOpacityClas structure contains only private data * The #ClutterBehaviourOpacityClass structure contains only private data
* *
* Since: 0.2 * Since: 0.2
*/ */

View File

@ -51,9 +51,9 @@
* *
* The actors position between the path's end points directly correlates * The actors position between the path's end points directly correlates
* to the #ClutterAlpha's current alpha value driving the behaviour. With * 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 * 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. * decelerating.
* *
* In order to implement a new behaviour you should subclass #ClutterBehaviour * In order to implement a new behaviour you should subclass #ClutterBehaviour