Add missing function parameter documentation

This commit is contained in:
Matthias Bolte
2010-01-26 21:23:18 +01:00
parent fb54230b60
commit 594ac31b2d
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -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
*/
+1
View File
@@ -291,6 +291,7 @@ virGetLastError(void)
/**
* virSetError:
* @newerr: previously saved error object
*
* Set the current error from a previously saved error object
*