diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-06 21:07:03 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 09:42:12 -0500 |
commit | 0ce016650b38dbd9e228fbb7dae312dd91880354 (patch) | |
tree | 05da30950271412fb48f1c06f7fb46a6a7012073 /gtk/gtkscale.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r-- | gtk/gtkscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 079f712eb6..cf1a39bd6f 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -1580,7 +1580,7 @@ gtk_scale_clear_marks (GtkScale *scale) * and %GTK_POS_LEFT are drawn above the scale, anything else below. * For a vertical scale, #GTK_POS_LEFT and %GTK_POS_TOP are drawn to * the left of the scale, anything else to the right. - * @markup: (allow-none): Text to be shown at the mark, using <link linkend="PangoMarkupFormat">Pango markup</link>, or %NULL + * @markup: (allow-none): Text to be shown at the mark, using [Pango markup][PangoMarkupFormat], or %NULL * * * Adds a mark at @value. |