diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 00:06:30 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-28 00:21:26 -0500 |
commit | 0a1d276f4ffc0726855c9e40032adb3fedd64c40 (patch) | |
tree | 3aca2121c085acdc56b48399d70de34463617bc4 /gtk/gtkappchooser.c | |
parent | 05655c5bfac44030e2a83e026125c4e400de2d01 (diff) | |
download | gtk+-0a1d276f4ffc0726855c9e40032adb3fedd64c40.tar.gz |
docs: don't use <type> tags
Use # syntax where appropriate.
Diffstat (limited to 'gtk/gtkappchooser.c')
-rw-r--r-- | gtk/gtkappchooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkappchooser.c b/gtk/gtkappchooser.c index e4037d2c1e..4ee53e8692 100644 --- a/gtk/gtkappchooser.c +++ b/gtk/gtkappchooser.c @@ -66,7 +66,7 @@ gtk_app_chooser_default_init (GtkAppChooserIface *iface) * * The content type of the #GtkAppChooser object. * - * See <link linkend="gio-GContentType"><type>GContentType</type></link> + * See <link linkend="gio-GContentType">GContentType</link> * for more information about content types. */ pspec = g_param_spec_string ("content-type", |