diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 11:12:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 11:13:11 -0500 |
commit | f116f0071e3a0f03c973532bceee30b3221e5b3f (patch) | |
tree | 59345de684a4d0d2b96d34aa9caa49243f895c7d /gdk/gdkkeys.c | |
parent | 98a67d969732841e185cc116529e1dc74fffbf3b (diff) | |
download | gtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz |
docs: use links instead of <xref>
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r-- | gdk/gdkkeys.c | 2 |
1 files changed, 1 insertions, 1 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 |