1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Add missing function parameter documentation

This commit is contained in:
Matthias Bolte 2010-01-26 01:59:48 +01:00
parent fb54230b60
commit 594ac31b2d
2 changed files with 5 additions and 1 deletions

View File

@ -10939,7 +10939,10 @@ error:
/** /**
* virConnectCompareCPU: * virConnectCompareCPU:
* @conn: virConnect connection * @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 * Returns comparison result according to enum virCPUCompareResult
*/ */

View File

@ -291,6 +291,7 @@ virGetLastError(void)
/** /**
* virSetError: * virSetError:
* @newerr: previously saved error object
* *
* Set the current error from a previously saved error object * Set the current error from a previously saved error object
* *