From f48343e8da9fac170c4cb4a66bc751d4911acc58 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 17 Nov 2008 23:24:17 +0000 Subject: [PATCH] Fix doc comment annotations for test_struct_b_clone() * tests/everything/everything.c: Fix doc comment annotations for test_struct_b_clone() to refer to the right function. svn path=/trunk/; revision=941 --- ChangeLog | 5 +++++ tests/everything/everything.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3c7333..383e564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-17 Owen Taylor + + * tests/everything/everything.c: Fix doc comment annotations + for test_struct_b_clone() to refer to the right function. + 2008-11-17 Dan Winship * giscanner/glibtransformer.py (GLibTransformer.__init__): fix diff --git a/tests/everything/everything.c b/tests/everything/everything.c index 8629696..32e8e82 100644 --- a/tests/everything/everything.c +++ b/tests/everything/everything.c @@ -407,11 +407,11 @@ test_struct_a_clone (TestStructA *a, } /** - * test_struct_a_clone: - * @a: the structure + * test_struct_b_clone: + * @b: the structure * @b_out: (out): the cloned structure * - * Make a copy of a TestStructA + * Make a copy of a TestStructB */ void test_struct_b_clone (TestStructB *b, -- 2.7.4