From d9284fcdf0cfc63a0dddcb0b57ce7ab3f98dfbfb Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 17 Apr 2008 14:25:01 +0200 Subject: [PATCH] Doc fix (gtk-doc warning). --- lib/opencdk/kbnode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/opencdk/kbnode.c b/lib/opencdk/kbnode.c index 8b7a25383..fc76b94fb 100644 --- a/lib/opencdk/kbnode.c +++ b/lib/opencdk/kbnode.c @@ -278,7 +278,8 @@ cdk_kbnode_walk (cdk_kbnode_t root, cdk_kbnode_t *ctx, int all) * Commits changes made to the kblist at ROOT. Note that ROOT my change, * and it is therefore passed by reference. * The function has the effect of removing all nodes marked as deleted. - * returns true if any node has been changed + * + * Returns: true if any node has been changed */ int cdk_kbnode_commit (cdk_kbnode_t *root) -- 2.11.4.GIT