From 253204f1a900c5a6b82abc37ca68dede04b5504d Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 23 Mar 2021 11:31:05 -0700 Subject: [PATCH] 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 --- doc/acrn.doxyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index fddfed5b7..d7d17cc61 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -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 \