From: Nicola Fontana Date: Tue, 26 Mar 2013 15:18:58 +0000 (+0100) Subject: adg: changed comment starting with @ X-Git-Tag: 0.7.3~11 X-Git-Url: https://repo.or.cz/w/adg.git/commitdiff_plain/8d130b0445703ae8252f84361932aead0b00c460 adg: changed comment starting with @ When a line inside a docblock start with @, GObject introspection and gtk-doc try to consider it a parameter name (it looks for an ending :). --- diff --git a/src/adg/adg-line-style.c b/src/adg/adg-line-style.c index 900c884d..8b1f40a6 100644 --- a/src/adg/adg-line-style.c +++ b/src/adg/adg-line-style.c @@ -515,8 +515,8 @@ adg_line_style_get_antialias(AdgLineStyle *line_style) * Sets the dash pattern of @line_style to @dash: all future rendering with * this line style will use this pattern. * - * @line_style will embed a copy of @dash: this means that after this call, - * @dash can be freed (with adg_dash_destroy()) if no more needed. + * The @line_style will embed a copy of @dash: this means that, after this + * call, @dash can be freed (with adg_dash_destroy()) if no more needed. * * Since: 1.0 **/