mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
docs: fix missed documentation for virterror functions
Commit f24404a3244b50c1d6d3a735445b02450ac40981 renamed virterror.c to virerror.c but forgot to change the reference in this file.
This commit is contained in:
parent
1c23ba286f
commit
790d364ca2
@ -24,7 +24,7 @@ included_files = {
|
|||||||
"libvirt.h": "header with general libvirt API definitions",
|
"libvirt.h": "header with general libvirt API definitions",
|
||||||
"virterror.h": "header with error specific API definitions",
|
"virterror.h": "header with error specific API definitions",
|
||||||
"libvirt.c": "Main interfaces for the libvirt library",
|
"libvirt.c": "Main interfaces for the libvirt library",
|
||||||
"virterror.c": "implements error handling and reporting code for libvirt",
|
"virerror.c": "implements error handling and reporting code for libvirt",
|
||||||
"virevent.c": "event loop for monitoring file handles",
|
"virevent.c": "event loop for monitoring file handles",
|
||||||
"virtypedparam.c": "virTypedParameters APIs",
|
"virtypedparam.c": "virTypedParameters APIs",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user