summaryrefslogtreecommitdiff
path: root/gtk/gtkcssvalue.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:53:51 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:53:51 -0500
commit5dd751f0064fb124a839d7dd26fd15c305350d80 (patch)
tree8e1f624738712b319bcc584d43d341c28c398ba7 /gtk/gtkcssvalue.c
parent56f76214b771e2e710080bb4fc68d30c2fcc6328 (diff)
downloadgtk+-5dd751f0064fb124a839d7dd26fd15c305350d80.tar.gz
docs: don't use ulink. use markdown instead
Diffstat (limited to 'gtk/gtkcssvalue.c')
-rw-r--r--gtk/gtkcssvalue.c5
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
**/