summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 16:57:57 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 16:58:54 -0500
commit63e887e165a308cfc5899123d9572ffc3b6da92a (patch)
treeda5a3489443cde66aceeeb77a29e69004b6842c1 /gtk/gtkeditable.c
parent28376c26002cd7e9d353a9aadb880a54b7d3374d (diff)
downloadgtk+-63e887e165a308cfc5899123d9572ffc3b6da92a.tar.gz
docs: replace all <examples> with markdown headings
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r--gtk/gtkeditable.c5
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"