From 594ac31b2d55b291aef5811c957625bd9ce9b6e3 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Tue, 26 Jan 2010 01:59:48 +0100 Subject: [PATCH] Add missing function parameter documentation --- src/libvirt.c | 5 ++++- src/util/virterror.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index d973907c18..32f9fc4450 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -10939,7 +10939,10 @@ error: /** * virConnectCompareCPU: * @conn: virConnect connection - * @xml: XML describing the CPU to compare with host CPU + * @xmlDesc: XML describing the CPU to compare with host CPU + * @flags: currently unused, pass 0 + * + * Compares the given CPU description with the host CPU * * Returns comparison result according to enum virCPUCompareResult */ diff --git a/src/util/virterror.c b/src/util/virterror.c index e2128b9437..d72b307c49 100644 --- a/src/util/virterror.c +++ b/src/util/virterror.c @@ -291,6 +291,7 @@ virGetLastError(void) /** * virSetError: + * @newerr: previously saved error object * * Set the current error from a previously saved error object * -- 2.47.2