[gtk-doc] tests: fix type in returns: statement
- From: Stefan Kost <stefkost src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk-doc] tests: fix type in returns: statement
- Date: Sat, 27 Jun 2009 16:12:21 +0000 (UTC)
commit 11c8fe2fcac70721959b90b67bfda988a2b873d3
Author: Stefan Kost <ensonic users sf net>
Date: Sat Jun 27 16:38:46 2009 +0300
tests: fix type in returns: statement
tests/gobject/src/gobject.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/gobject/src/gobject.h b/tests/gobject/src/gobject.h
index 1630d78..71cc849 100644
--- a/tests/gobject/src/gobject.h
+++ b/tests/gobject/src/gobject.h
@@ -82,7 +82,7 @@ void gtkdoc_object_frobnicate (GObject *self, gint n);
*
* This macro adds its args.
*
- * Return: the sum of @parameter_1 and @parameter_2
+ * Returns: the sum of @parameter_1 and @parameter_2
*/
#define GTKDOC_OBJECT_MACRO_SUM(parameter_1,parameter_2) \
((parameter_1) + (parameter_2))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]