mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-30 15:06:49 +00:00
doc: fix config option display
Seperate options with simple types with a heading so they don't get hidden under the previous options that are part of a complex type. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
2ec0ee74e1
commit
a061ce1aef
@ -84,6 +84,15 @@
|
||||
</xsl:if>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<!-- Write a section header for elements with a simple type -->
|
||||
<xsl:if test="$level = 3">
|
||||
<xsl:call-template name="section-header">
|
||||
<xsl:with-param name="title" select="concat($prefix, @name)"/>
|
||||
<xsl:with-param name="label" select="concat($prefix, @name)"/>
|
||||
<xsl:with-param name="level" select="$level"/>
|
||||
</xsl:call-template>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:call-template name="option-header">
|
||||
<xsl:with-param name="label" select="concat($prefix, @name)"/>
|
||||
</xsl:call-template>
|
||||
|
Loading…
Reference in New Issue
Block a user