]> Pileus Git - ~andy/gtk/commitdiff
Fix a doc comment format problem
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 19:50:55 +0000 (14:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 19:50:55 +0000 (14:50 -0500)
Parameters / enum values come first, then the paragraph.

gtk/gtkenums.h

index 8a100aad0f2bb8448e4cbe02a2ebad78c56cc919..2891dadf5bee9b281a2cc819a80f78c08a113e4b 100644 (file)
@@ -364,12 +364,6 @@ typedef enum
 
 /**
  * GtkStateType:
- *
- * This type indicates the current state of a widget; the state determines how
- * the widget is drawn. The #GtkStateType enumeration is also used to
- * identify different colors in a #GtkStyle for drawing, so states can be
- * used for subparts of a widget as well as entire widgets.
- *
  * @GTK_STATE_NORMAL: State during normal operation.
  * @GTK_STATE_ACTIVE: State of a currently active widget, such as a depressed button.
  * @GTK_STATE_PRELIGHT: State indicating that the mouse pointer is over
@@ -381,6 +375,11 @@ typedef enum
  *                          or radiobuttons that aren't either set to %TRUE nor %FALSE,
  *                          or buttons requiring the user attention.
  * @GTK_STATE_FOCUSED: The widget has the keyboard focus.
+ *
+ * This type indicates the current state of a widget; the state determines how
+ * the widget is drawn. The #GtkStateType enumeration is also used to
+ * identify different colors in a #GtkStyle for drawing, so states can be
+ * used for subparts of a widget as well as entire widgets.
  */
 typedef enum
 {