summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 11:12:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 11:13:11 -0500
commitf116f0071e3a0f03c973532bceee30b3221e5b3f (patch)
tree59345de684a4d0d2b96d34aa9caa49243f895c7d /gdk
parent98a67d969732841e185cc116529e1dc74fffbf3b (diff)
downloadgtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz
docs: use links instead of <xref>
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkkeys.c2
-rw-r--r--gdk/gdkpango.c2
-rw-r--r--gdk/gdkwindow.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index 5ead167161..e3297dc787 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -488,7 +488,7 @@ gdk_keymap_lookup_key (GdkKeymap *keymap,
* group, and level. Modifiers that affected the translation and
* are thus unavailable for application use are returned in
* @consumed_modifiers.
- * See <xref linkend="key-group-explanation"/> for an explanation of
+ * See [Groups][key-group-explanation] for an explanation of
* groups and levels. The @effective_group is the group that was
* actually used for the translation; some keys such as Enter are not
* affected by the active keyboard group. The @level is derived from
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index cff8690493..7b5227e107 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -119,7 +119,7 @@
* g_object_unref (context);
* ]|
*
- * ## Output of <xref linkend="rotated-example"/>
+ * ## Output of the [example][rotated-example] above.
*
* ![](rotated-text.png)
*/
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index 87f9fde430..b3287d7c59 100644
--- a/gdk/gdkwindow.h
+++ b/gdk/gdkwindow.h
@@ -67,7 +67,7 @@ typedef enum
* #GtkMenu)
* @GDK_WINDOW_FOREIGN: foreign window (see gdk_window_foreign_new())
* @GDK_WINDOW_OFFSCREEN: offscreen window (see
- * <xref linkend="OFFSCREEN-WINDOWS"/>). Since 2.18
+ * [Offscreen Windows][OFFSCREEN-WINDOWS]). Since 2.18
*
* Describes the kind of window.
*/