提交 594ac31b 编写于 作者: M Matthias Bolte

Add missing function parameter documentation

上级 fb54230b
......@@ -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
*/
......
......@@ -291,6 +291,7 @@ virGetLastError(void)
/**
* virSetError:
* @newerr: previously saved error object
*
* Set the current error from a previously saved error object
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册