[glib] Docs: Avoid a 'returns' at the beginning of the line
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Docs: Avoid a 'returns' at the beginning of the line
- Date: Sun, 2 Feb 2014 02:20:51 +0000 (UTC)
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]