summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-10-21 21:35:35 +0000
committerColin Walters <walters@src.gnome.org>2008-10-21 21:35:35 +0000
commit8d84351392cfbc29032b8772b22023e1d829004a (patch)
tree2888d14b05c6599aa8e0f8c6c5ee24025433637a /tests/scanner/annotation.c
parent03543f1d9b6f1db4720136c47b8a79cb88a8d2a6 (diff)
downloadgobject-introspection-8d84351392cfbc29032b8772b22023e1d829004a.tar.gz
Don't require trailing whitespace after uncommented parameters
svn path=/trunk/; revision=779
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index b967b5b6..5813d9a0 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -244,7 +244,7 @@ annotation_object_compute_sum_n(AnnotationObject *object,
/**
* annotation_object_allow_none:
* @object: a #GObject
- * @somearg: (allow-none):
+ * @somearg: (allow-none):
**/
GObject*
annotation_object_allow_none (AnnotationObject *object, gchar *somearg)