Fix malformed GTK-Doc comment blocks: mutliline annotations are invalid.
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 2 Apr 2012 15:02:15 +0000 (17:02 +0200)
committerJohan Dahlin <jdahlin@litl.com>
Thu, 5 Apr 2012 13:23:41 +0000 (10:23 -0300)
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

glib/gvariant.c

index 22341ff..3526f12 100644 (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
  **/