summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-31 16:13:45 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-31 16:13:45 -0300
commit669752977abfc8f7abb0b99bd65e28a97db5d315 (patch)
tree411d3ab766ffda450e255634bca36090cfb3816e /tests/scanner/annotation.c
parenta7304558e111358b7a15915db16475d0ba47abc6 (diff)
downloadgobject-introspection-669752977abfc8f7abb0b99bd65e28a97db5d315.tar.gz
[giscanner] Parse multiline gtk-doc comments
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index 29e8b370..9795263d 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -383,7 +383,8 @@ annotation_object_compute_sum (AnnotationObject *object,
/**
* annotation_object_compute_sum_n:
* @object: a #GObject
- * @nums: (array length=n_nums zero-terminated=0): Sequence of numbers
+ * @nums: (array length=n_nums zero-terminated=0): Sequence of
+ * numbers that are zero-terminated
* @n_nums: Length of number array
*
* Test taking an array with length parameter
@@ -399,7 +400,8 @@ annotation_object_compute_sum_n(AnnotationObject *object,
/**
* annotation_object_compute_sum_nz:
* @object: a #AnnotationObject
- * @nums: (array length=n_nums zero-terminated=1): Sequence of numbers
+ * @nums: (array length=n_nums zero-terminated=1): Sequence of numbers that
+ * are zero-terminated
* @n_nums: Length of number array
*
* Test taking a zero-terminated array with length parameter