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/gtkcssstyleproperty.c | |
parent | 56f76214b771e2e710080bb4fc68d30c2fcc6328 (diff) | |
download | gtk+-5dd751f0064fb124a839d7dd26fd15c305350d80.tar.gz |
docs: don't use ulink. use markdown instead
Diffstat (limited to 'gtk/gtkcssstyleproperty.c')
-rw-r--r-- | gtk/gtkcssstyleproperty.c | 18 |
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. **/ |