mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
docs: Fix gtk-doc warnings
This commit is contained in:
parent
3196658b8c
commit
1355c19f66
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user