Docs: Avoid a 'returns' at the beginning of the line

This confuses gtk-doc.
This commit is contained in:
Matthias Clasen 2014-02-01 20:43:53 -05:00
parent 1c33c14c04
commit 8f57d6dd1d

View File

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