docs: Move the easing modes graphs to the AnimationMode docs
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 2 May 2012 17:40:38 +0000 (18:40 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 2 May 2012 17:40:38 +0000 (18:40 +0100)
clutter/clutter-enums.h
clutter/deprecated/clutter-alpha.c

index 8f5bd0d..62ea3bc 100644 (file)
@@ -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.
+ *
+ * <figure id="easing-modes">
+ *   <title>Easing modes provided by Clutter</title>
+ *   <graphic fileref="easing-modes.png" format="PNG"/>
+ * </figure>
  *
  * Every global alpha function registered using clutter_alpha_register_func()
  * or clutter_alpha_register_closure() will have a logical id greater than
index eda4ab8..d9548a5 100644 (file)
  * #ClutterAlpha is used to "drive" a #ClutterBehaviour instance, and it
  * is internally used by the #ClutterAnimation API.
  *
- * <figure id="easing-modes">
- *   <title>Easing modes provided by Clutter</title>
- *   <graphic fileref="easing-modes.png" format="PNG"/>
- * </figure>
- *
  * <refsect2 id="ClutterAlpha-script">
  *   <title>ClutterAlpha custom properties for #ClutterScript</title>
  *   <para>#ClutterAlpha defines a custom "function" property for