From: Matthias Bolte Date: Tue, 26 Jan 2010 00:59:48 +0000 (+0100) Subject: Add missing function parameter documentation X-Git-Tag: v0.7.6~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594ac31b2d55b291aef5811c957625bd9ce9b6e3;p=thirdparty%2Flibvirt.git Add missing function parameter documentation --- 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 *