Fix malformed GTK-Doc comment blocks: mutliline annotations are invalid.

Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254

https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
Dieter Verfaillie 2012-04-02 17:02:15 +02:00 committed by Johan Dahlin
parent 60fb0f5ea8
commit a058c1c13e

View File

@ -1812,8 +1812,8 @@ g_variant_get_bytestring (GVariant *value)
*
* The return value must be freed using g_free().
*
* Returns: (transfer full) (array zero-terminated=1 length=length)
* (element-type guint8): a newly allocated string
* Returns: (transfer full) (array zero-terminated=1 length=length) (element-type guint8):
* a newly allocated string
*
* Since: 2.26
**/