From 63e887e165a308cfc5899123d9572ffc3b6da92a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 16:57:57 -0500 Subject: docs: replace all with markdown headings --- gdk/gdkpango.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gdk/gdkpango.c') diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 9b2b8542cd..b1d4eca2c7 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -49,8 +49,9 @@ * * Rendering a Pango layout is done most simply with pango_cairo_show_layout(); * you can also draw pieces of the layout with pango_cairo_show_layout_line(). - * - * Draw transformed text with Pango and cairo + * + * ## Draw transformed text with Pango and cairo ## {#rotated-example} + * * * |[ @@ -117,7 +118,7 @@ * g_object_unref (layout); * g_object_unref (context); * ]| - * + * *
* Output of <xref linkend="rotated-example"/> * -- cgit v1.2.1