summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstyleproperty.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/gtkcssstyleproperty.c
parent56f76214b771e2e710080bb4fc68d30c2fcc6328 (diff)
downloadgtk+-5dd751f0064fb124a839d7dd26fd15c305350d80.tar.gz
docs: don't use ulink. use markdown instead
Diffstat (limited to 'gtk/gtkcssstyleproperty.c')
-rw-r--r--gtk/gtkcssstyleproperty.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c
index 0b7491524e..33d6bda256 100644
--- a/gtk/gtkcssstyleproperty.c
+++ b/gtk/gtkcssstyleproperty.c
@@ -387,9 +387,9 @@ _gtk_css_style_property_lookup_by_id (guint id)
* _gtk_css_style_property_is_inherit:
* @property: the property
*
- * Queries if the given @property is inherited. See
- * <ulink url="http://www.w3.org/TR/css3-cascade/#inheritance>
- * the CSS documentation</ulink> for an explanation of this concept.
+ * Queries if the given @property is inherited. See the
+ * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#inheritance)
+ * for an explanation of this concept.
*
* Returns: %TRUE if the property is inherited by default.
**/
@@ -405,9 +405,9 @@ _gtk_css_style_property_is_inherit (GtkCssStyleProperty *property)
* _gtk_css_style_property_is_animated:
* @property: the property
*
- * Queries if the given @property can be is animated. See
- * <ulink url="http://www.w3.org/TR/css3-transitions/#animatable-css>
- * the CSS documentation</ulink> for animatable properties.
+ * Queries if the given @property can be is animated. See the
+ * [CSS Documentation](http://www.w3.org/TR/css3-transitions/#animatable-css)
+ * for animatable properties.
*
* Returns: %TRUE if the property can be animated.
**/
@@ -476,9 +476,9 @@ _gtk_css_style_property_get_id (GtkCssStyleProperty *property)
* _gtk_css_style_property_get_initial_value:
* @property: the property
*
- * Queries the initial value of the given @property. See
- * <ulink url="http://www.w3.org/TR/css3-cascade/#intial>
- * the CSS documentation</ulink> for an explanation of this concept.
+ * Queries the initial value of the given @property. See the
+ * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial)
+ * for an explanation of this concept.
*
* Returns: a reference to the initial value. The value will never change.
**/