From a2f03d3adda3f4cc26425caeea0b3e97b1fa890f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 2 May 2012 18:40:38 +0100 Subject: [PATCH] docs: Move the easing modes graphs to the AnimationMode docs --- clutter/clutter-enums.h | 8 ++++++-- clutter/deprecated/clutter-alpha.c | 5 ----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/clutter/clutter-enums.h b/clutter/clutter-enums.h index 8f5bd0d..62ea3bc 100644 --- a/clutter/clutter-enums.h +++ b/clutter/clutter-enums.h @@ -164,8 +164,12 @@ typedef enum { /*< prefix=CLUTTER_REQUEST >*/ * registered global alpha functions * * The animation modes used by #ClutterAlpha and #ClutterAnimation. This - * enumeration can be expanded in later versions of Clutter. See the - * #ClutterAlpha documentation for a graph of all the animation modes. + * enumeration can be expanded in later versions of Clutter. + * + *
+ * Easing modes provided by Clutter + * + *
* * Every global alpha function registered using clutter_alpha_register_func() * or clutter_alpha_register_closure() will have a logical id greater than diff --git a/clutter/deprecated/clutter-alpha.c b/clutter/deprecated/clutter-alpha.c index eda4ab8..d9548a5 100644 --- a/clutter/deprecated/clutter-alpha.c +++ b/clutter/deprecated/clutter-alpha.c @@ -62,11 +62,6 @@ * #ClutterAlpha is used to "drive" a #ClutterBehaviour instance, and it * is internally used by the #ClutterAnimation API. * - *
- * Easing modes provided by Clutter - * - *
- * * * ClutterAlpha custom properties for #ClutterScript * #ClutterAlpha defines a custom "function" property for -- 2.7.4