mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
docs: Generate documentation for virTypedParams* APIs
This commit is contained in:
parent
c72e327456
commit
1640fafc6a
@ -252,7 +252,8 @@ $(APIBUILD_STAMP): $(srcdir)/apibuild.py \
|
||||
$(srcdir)/../src/libvirt-lxc.c \
|
||||
$(srcdir)/../src/libvirt-qemu.c \
|
||||
$(srcdir)/../src/util/virerror.c \
|
||||
$(srcdir)/../src/util/virevent.c
|
||||
$(srcdir)/../src/util/virevent.c \
|
||||
$(srcdir)/../src/util/virtypedparam.c
|
||||
$(AM_V_GEN)srcdir=$(srcdir) $(PYTHON) $(APIBUILD)
|
||||
touch $@
|
||||
|
||||
|
@ -26,6 +26,7 @@ included_files = {
|
||||
"libvirt.c": "Main interfaces for the libvirt library",
|
||||
"virterror.c": "implements error handling and reporting code for libvirt",
|
||||
"virevent.c": "event loop for monitoring file handles",
|
||||
"virtypedparam.c": "virTypedParameters APIs",
|
||||
}
|
||||
|
||||
qemu_included_files = {
|
||||
@ -69,6 +70,9 @@ ignored_functions = {
|
||||
"virEventAddTimeout": "internal function in virevent.c",
|
||||
"virEventUpdateTimeout": "internal function in virevent.c",
|
||||
"virEventRemoveTimeout": "internal function in virevent.c",
|
||||
"virTypedParameterArrayValidate": "internal function in virtypedparam.c",
|
||||
"virTypedParameterAssign": "internal function in virtypedparam.c",
|
||||
"virTypedParameterAssignFromStr": "internal function in virtypedparam.c",
|
||||
}
|
||||
|
||||
ignored_macros = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user