diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-17 14:50:55 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-17 14:50:55 -0500 |
commit | 17c7bda6a39097fb5aa2d493bbf75a7dde24d7bd (patch) | |
tree | 3ee28d0208c736a088e4d2a9f8b7b650ff98d6e7 /gtk/gtkenums.h | |
parent | 5627ba161e1115448fa5bf38a08896e00d20974a (diff) | |
download | gtk+-17c7bda6a39097fb5aa2d493bbf75a7dde24d7bd.tar.gz |
Fix a doc comment format problem
Parameters / enum values come first, then the paragraph.
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r-- | gtk/gtkenums.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 8a100aad0f..2891dadf5b 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -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 { |