diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-03 17:19:27 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:53 -0500 |
commit | 9f99f567c837700baa7e48e63716b5473ae92972 (patch) | |
tree | db354c8405ecf67e49d20c5ee5580cddbd0a4b44 /gtk/gtknumerableicon.c | |
parent | 8d6717097c37d4054552efabd9b19a6b397db599 (diff) | |
download | gtk+-9f99f567c837700baa7e48e63716b5473ae92972.tar.gz |
docs: use markdown instead of inlinegraphic tags
Diffstat (limited to 'gtk/gtknumerableicon.c')
-rw-r--r-- | gtk/gtknumerableicon.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/gtknumerableicon.c b/gtk/gtknumerableicon.c index 45c9b0e579..84fba13d85 100644 --- a/gtk/gtknumerableicon.c +++ b/gtk/gtknumerableicon.c @@ -32,11 +32,9 @@ * from a provided #GtkStyleContext; see * gtk_numerable_icon_set_style_context(). * - * <example> - * <title>Typical numerable icons</title> - * <inlinegraphic fileref="numerableicon.png" format="PNG"/> - * <inlinegraphic fileref="numerableicon2.png" format="PNG"/> - * </example> + * Typical numerable icons: + * ![](numerableicon.png) + * ![](numerableicon2.png) */ #include <config.h> |