Docs: Avoid a 'returns' at the beginning of the line
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Feb 2014 01:43:53 +0000 (20:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Feb 2014 01:43:53 +0000 (20:43 -0500)
This confuses gtk-doc.

glib/docs.c

index 08f03a6..28e2077 100644 (file)
  * G_GNUC_ALLOC_SIZE:
  * @x: the index of the argument specifying the allocation size
  *
- * Expands to the GNU C alloc_size function attribute if the compiler is
- * a new enough gcc. This attribute tells the compiler that the function
- * returns a pointer to memory of a size that is specified by the @xth
- * function parameter.
+ * Expands to the GNU C alloc_size function attribute if the compiler
+ * is a new enough gcc. This attribute tells the compiler that the
+ * function returns a pointer to memory of a size that is specified
+ * by the @xth function parameter.
  *
  * Place the attribute after the function declaration, just before the
  * semicolon.