doc: update doxygen configuration for API change

Some functions that were in arch/x86/irq.h were moved
into common/irq.h and arch/x86/guest/virq.h.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-03-23 11:31:05 -07:00 committed by wenlingz
parent 33ef656462
commit 253204f1a9
1 changed files with 2 additions and 0 deletions

View File

@ -800,6 +800,7 @@ INPUT = custom-doxygen/mainpage.md \
../hypervisor/include/arch/x86/pgtable.h \
../hypervisor/include/arch/x86/vtd.h \
../hypervisor/include/arch/x86/irq.h \
../hypervisor/include/arch/x86/guest/virq.h \
../hypervisor/include/arch/x86/guest/vmtrr.h \
../hypervisor/include/arch/x86/guest/vlapic.h \
../hypervisor/include/dm/vioapic.h \
@ -808,6 +809,7 @@ INPUT = custom-doxygen/mainpage.md \
../hypervisor/include/arch/x86/guest/vmx_io.h \
../hypervisor/include/arch/x86/guest/assign.h \
../hypervisor/include/common/hypercall.h \
../hypervisor/include/common/irq.h \
../hypervisor/include/common/ptdev.h \
../hypervisor/include/public/acrn_common.h \
../hypervisor/include/public/acrn_hv_defs.h \