summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-06 21:07:03 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 09:42:12 -0500
commit0ce016650b38dbd9e228fbb7dae312dd91880354 (patch)
tree05da30950271412fb48f1c06f7fb46a6a7012073 /gtk/gtktextbuffer.c
parent6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff)
downloadgtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz
docs: Use markup for links
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c5
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.
*/