docs: replace all <examples> with markdown headings

This commit is contained in:
William Jon McCann
2014-02-04 16:57:57 -05:00
parent 28376c2600
commit 63e887e165
32 changed files with 121 additions and 165 deletions

View File

@ -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"