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 /gdk/gdkevents.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gdk/gdkevents.c')
-rw-r--r-- | gdk/gdkevents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c index 1dc216aa7b..e191739aa5 100644 --- a/gdk/gdkevents.c +++ b/gdk/gdkevents.c @@ -35,7 +35,7 @@ * SECTION:events * @Short_description: Functions for handling events from the window system * @Title: Events - * @See_also: <link linkend="gdk3-Event-Structures">Event Structures</link> + * @See_also: [Event Structures][gdk3-Event-Structures] * * This section describes functions dealing with events from the window * system. @@ -43,7 +43,7 @@ * In GTK+ applications the events are handled automatically in * gtk_main_do_event() and passed on to the appropriate widgets, so these * functions are rarely needed. Though some of the fields in the - * <link linkend="gdk3-Event-Structures">Event Structures</link> are useful. + * [Event Structures][gdk3-Event-Structures] are useful. */ |