[glib] Docs: Avoid a 'returns' at the beginning of the line



commit 8f57d6dd1dec74c17086696ca2223814a2dd1818
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 1 20:43:53 2014 -0500

    Docs: Avoid a 'returns' at the beginning of the line
    
    This confuses gtk-doc.

 glib/docs.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glib/docs.c b/glib/docs.c
index 08f03a6..28e2077 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]