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/gtktextmark.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r-- | gtk/gtktextmark.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index 7c72004e2c..919b5c9c5b 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -59,8 +59,9 @@ * @Short_description: A position in the buffer preserved across buffer modifications * @Title: GtkTextMark * - * You may wish to begin by reading the <link linkend="TextWidget">text widget - * conceptual overview</link> which gives an overview of all the objects and data + * You may wish to begin by reading the + * [text widget conceptual overview][TextWidget] + * which gives an overview of all the objects and data * types related to the text widget and how they work together. * * A #GtkTextMark is like a bookmark in a text buffer; it preserves a position in |