From 8f57d6dd1dec74c17086696ca2223814a2dd1818 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Feb 2014 20:43:53 -0500 Subject: [PATCH] Docs: Avoid a 'returns' at the beginning of the line This confuses gtk-doc. --- glib/docs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glib/docs.c b/glib/docs.c index 08f03a6b3..28e2077c8 100644 --- a/glib/docs.c +++ b/glib/docs.c @@ -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.