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/gtktextbuffer.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r-- | gtk/gtktextbuffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 558dd7f61b..8919e11e61 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -47,8 +47,9 @@ * @Title: GtkTextBuffer * @See_also: #GtkTextView, #GtkTextIter, #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. */ |