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/gtkeditable.c | |
parent | 28376c26002cd7e9d353a9aadb880a54b7d3374d (diff) | |
download | gtk+-63e887e165a308cfc5899123d9572ffc3b6da92a.tar.gz |
docs: replace all <examples> with markdown headings
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r-- | gtk/gtkeditable.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index e57efdd63e..a2bba6879e 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.c @@ -37,8 +37,8 @@ * the following handler to #GtkEditable::insert-text, an application * can convert all entry into a widget into uppercase. * - * <example> - * <title>Forcing entry to uppercase.</title> + * ## Forcing entry to uppercase. + * * |[<!-- language="C" --> * #include <ctype.h>; * @@ -62,7 +62,6 @@ * g_free (result); * } * ]| - * </example> */ #include "config.h" |