diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:53:51 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:53:51 -0500 |
commit | 5dd751f0064fb124a839d7dd26fd15c305350d80 (patch) | |
tree | 8e1f624738712b319bcc584d43d341c28c398ba7 /gtk/gtkcssvalue.c | |
parent | 56f76214b771e2e710080bb4fc68d30c2fcc6328 (diff) | |
download | gtk+-5dd751f0064fb124a839d7dd26fd15c305350d80.tar.gz |
docs: don't use ulink. use markdown instead
Diffstat (limited to 'gtk/gtkcssvalue.c')
-rw-r--r-- | gtk/gtkcssvalue.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkcssvalue.c b/gtk/gtkcssvalue.c index 8ee780d6cc..fb9dfe339f 100644 --- a/gtk/gtkcssvalue.c +++ b/gtk/gtkcssvalue.c @@ -78,9 +78,8 @@ _gtk_css_value_unref (GtkCssValue *value) * * Converts the specified @value into the computed value for the CSS * property given by @property_id using the information in @context. - * This step is explained in detail in - * <ulink url="http://www.w3.org/TR/css3-cascade/#computed> - * the CSS documentation</ulink>. + * This step is explained in detail in the + * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#computed). * * Returns: the computed value **/ |