[clutter] docs: Fix typo in closing tag



commit 65bedbe42cfd63d569fee372e2f0c10b2d8a615f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Sep 24 17:20:25 2012 +0100

    docs: Fix typo in closing tag

 clutter/clutter-gesture-action.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-gesture-action.c b/clutter/clutter-gesture-action.c
index 1781bb4..d18e19f 100644
--- a/clutter/clutter-gesture-action.c
+++ b/clutter/clutter-gesture-action.c
@@ -59,6 +59,7 @@
   Prepare -> Begin -> Progress -> Cancel
   Prepare -> Begin -> Progress -> End
  * ]]>
+ *   </programlisting></informalexample>
  *   <para>Each #ClutterGestureAction starts in the "prepare" state, and calls
  *   the #ClutterGestureActionClass.gesture_prepare() virtual function; this
  *   state can be used to reset the internal state of a #ClutterGestureAction
@@ -77,7 +78,7 @@
  *   gesture, in which case the "end" state will be reached, or until the
  *   gesture is cancelled, in which case the "cancel" gesture will be used
  *   instead.</para>
- * </refsects2>
+ * </refsect2>
  *
  * Since: 1.8
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]