diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:57:57 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:54 -0500 |
commit | 63e887e165a308cfc5899123d9572ffc3b6da92a (patch) | |
tree | da5a3489443cde66aceeeb77a29e69004b6842c1 /gtk/gtkspinbutton.c | |
parent | 28376c26002cd7e9d353a9aadb880a54b7d3374d (diff) | |
download | gtk+-63e887e165a308cfc5899123d9572ffc3b6da92a.tar.gz |
docs: replace all <examples> with markdown headings
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 5734d2cbe2..0a2c2b1c68 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -78,8 +78,8 @@ * See the #GtkAdjustment section for more details about an adjustment's * properties. * - * <example> - * <title>Using a GtkSpinButton to get an integer</title> + * ## Using a GtkSpinButton to get an integer + * * |[<!-- language="C" --> * /* Provides a function to retrieve an integer value from a * * GtkSpinButton and creates a spin button to model percentage @@ -112,10 +112,9 @@ * gtk_widget_show_all (window); * } * ]| - * </example> * - * <example> - * <title>Using a GtkSpinButton to get a floating point value</title> + * ## Using a GtkSpinButton to get a floating point value + * * |[<!-- language="C" --> * /* Provides a function to retrieve a floating point value from a * * GtkSpinButton, and creates a high precision spin button. @@ -146,7 +145,6 @@ * gtk_widget_show_all (window); * } * ]| - * </example> */ struct _GtkSpinButtonPrivate |