[gtk+] docs: don't use <orderedlist>



commit 9ecc35ec6888f19ee761d94c4f67874c45a99a8b
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Feb 4 19:45:36 2014 -0500

    docs: don't use <orderedlist>

 gdk/gdkevents.h |   33 ++++++++++++++++-----------------
 1 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index e28b0fd..a1eedf6 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -638,13 +638,13 @@ struct _GdkEventMotion
  *
  * Double and triple-clicks result in a sequence of events being received.
  * For double-clicks the order of events will be:
- * <orderedlist>
- * <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
- * <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_2BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
- * </orderedlist>
+ *
+ * - %GDK_BUTTON_PRESS
+ * - %GDK_BUTTON_RELEASE
+ * - %GDK_BUTTON_PRESS
+ * - %GDK_2BUTTON_PRESS
+ * - %GDK_BUTTON_RELEASE
+ *
  * Note that the first click is received just like a normal
  * button press, while the second click results in a %GDK_2BUTTON_PRESS
  * being received just after the %GDK_BUTTON_PRESS.
@@ -652,16 +652,15 @@ struct _GdkEventMotion
  * Triple-clicks are very similar to double-clicks, except that
  * %GDK_3BUTTON_PRESS is inserted after the third click. The order of the
  * events is:
- * <orderedlist>
- * <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
- * <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_2BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
- * <listitem><para>%GDK_BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_3BUTTON_PRESS</para></listitem>
- * <listitem><para>%GDK_BUTTON_RELEASE</para></listitem>
- * </orderedlist>
+ *
+ * - %GDK_BUTTON_PRESS
+ * - %GDK_BUTTON_RELEASE
+ * - %GDK_BUTTON_PRESS
+ * - %GDK_2BUTTON_PRESS
+ * - %GDK_BUTTON_RELEASE
+ * - %GDK_BUTTON_PRESS
+ * - %GDK_3BUTTON_PRESS
+ * - %GDK_BUTTON_RELEASE
  *
  * For a double click to occur, the second button press must occur within
  * 1/4 of a second of the first. For a triple click to occur, the third


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