mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-02 16:45:32 +00:00
Custom attributes in the XML schema, such as `applicable-vms` and `views`, are designed to recursively inherit those of the parent. Thus, the effective attribute of an element should be derived by its lowest ancestor that has that attribute explicitly defined. Looking up only one level would not be sufficient. This patch updates the `configdoc.xsl` to derive the effective attributes properly so that icons in the generated doc properly reflects what is specified in the schema. Addresses ACRN-7347 Signed-off-by: Junjie Mao <junjie.mao@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
Project ACRN Documentation
This folder hold the source and configuration files used to generate the Project ACRN documentation web site published to https://projectacrn.github.io