mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Docs: Avoid a 'returns' at the beginning of the line
This confuses gtk-doc.
This commit is contained in:
parent
1c33c14c04
commit
8f57d6dd1d
@ -1914,10 +1914,10 @@
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user