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/gtkcsssection.h | |
parent | 56f76214b771e2e710080bb4fc68d30c2fcc6328 (diff) | |
download | gtk+-5dd751f0064fb124a839d7dd26fd15c305350d80.tar.gz |
docs: don't use ulink. use markdown instead
Diffstat (limited to 'gtk/gtkcsssection.h')
-rw-r--r-- | gtk/gtkcsssection.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/gtkcsssection.h b/gtk/gtkcsssection.h index b26c587371..7966982f12 100644 --- a/gtk/gtkcsssection.h +++ b/gtk/gtkcsssection.h @@ -40,13 +40,12 @@ G_BEGIN_DECLS * @GTK_CSS_SECTION_DECLARATION: The section defines the declaration of * a CSS variable. * @GTK_CSS_SECTION_VALUE: The section defines the value of a CSS declaration. - * @GTK_CSS_SECTION_KEYFRAMES: The section defines keyframes. See <ulink - * url="http://dev.w3.org/csswg/css3-animations/#keyframes">CSS - * animations</ulink> for details. Since 3.6 + * @GTK_CSS_SECTION_KEYFRAMES: The section defines keyframes. See [CSS + * Animations](http://dev.w3.org/csswg/css3-animations/#keyframes) for details. Since 3.6 * * The different types of sections indicate parts of a CSS document as - * parsed by GTK's CSS parser. They are oriented towards the CSS grammar - * <ulink url="http://www.w3.org/TR/CSS21/grammar.html">CSS grammer</ulink>, + * parsed by GTK's CSS parser. They are oriented towards the + * [CSS Grammar](http://www.w3.org/TR/CSS21/grammar.html), * but may contain extensions. * * More types might be added in the future as the parser incorporates |