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/gdkselection.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gdk/gdkselection.c')
-rw-r--r-- | gdk/gdkselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c index 326cfdebfa..1d7c2b6cc4 100644 --- a/gdk/gdkselection.c +++ b/gdk/gdkselection.c @@ -48,7 +48,7 @@ * retrieved by requesting the special target `TARGETS`. When * a selection is retrieved, the data is accompanied by a type (an atom), and * a format (an integer, representing the number of bits per item). - * See <link linkend="gdk3-Properties-and-Atoms">Properties and Atoms</link> + * See [Properties and Atoms][gdk3-Properties-and-Atoms] * for more information. * * The functions in this section only contain the lowlevel parts of the |