From 390cc6780482a01d323849d5b31eb372588ed22e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 31 Oct 2018 09:08:04 -0700 Subject: [PATCH] doc: tweak doxygen/known-issues handling PR #1678 requires slight tweaking of doxygen/known-issues handling to successfully generate documentation Tracked-on: #1595 Signed-off-by: David B. Kinder --- doc/.known-issues/doc/hypercall.conf | 2 +- doc/acrn.doxyfile | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/.known-issues/doc/hypercall.conf b/doc/.known-issues/doc/hypercall.conf index 2bfe3c1ad..bdc4d9def 100644 --- a/doc/.known-issues/doc/hypercall.conf +++ b/doc/.known-issues/doc/hypercall.conf @@ -23,7 +23,7 @@ ^[- \t]*\^ # ^(?P[-._/\w]+/api/hypercall_api.rst):(?P[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+] -^.*union hc_ptdev_irq::\@[01] hc_ptdev_irq::is +^.*union hc_ptdev_irq::\@[012] hc_ptdev_irq::is ^[- \t]*\^ ^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+] ^[ \t]* diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index 19ad47d41..bf5021a49 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -791,6 +791,10 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = custom-doxygen/mainpage.md \ + ../hypervisor/include/arch/x86/guest/guest.h \ + ../hypervisor/include/arch/x86/mmu.h \ + ../hypervisor/include/arch/x86/mtrr.h \ + ../hypervisor/include/arch/x86/pgtable.h \ ../hypervisor/include/common/hypercall.h \ ../hypervisor/include/public/acrn_common.h \ ../hypervisor/include/public/acrn_hv_defs.h \ @@ -2070,6 +2074,7 @@ PREDEFINED = "__attribute__(x)=" \ "__deprecated=" \ "__aligned(x)=" \ "__packed=" \ + "__unused=" \ "__printf_like(x, y)=" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this