]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_12_0_patch] go three section levels deep in the ARM table of contents
authorEvan Hunt <each@isc.org>
Thu, 11 Jan 2018 21:41:50 +0000 (13:41 -0800)
committerEvan Hunt <each@isc.org>
Thu, 11 Jan 2018 21:41:50 +0000 (13:41 -0800)
(cherry picked from commit 0c061ce614576de94ca94a1844845a7478f8f641)

doc/xsl/arm-param.xsl

index 18af35c0093f023b518054f3c65c13538d8158d4..bd895fe335aa44ef6ff30804192bb4a18d605bbc 100644 (file)
@@ -38,8 +38,8 @@
   <xsl:template match="abstract"/>
   <xsl:template match="sidebar"/>
 
-  <!-- Two section level in the Table of contents -->
-  <xsl:param name="toc.section.depth">2</xsl:param>
+  <!-- Three section levels deep in the Table of contents -->
+  <xsl:param name="toc.section.depth">3</xsl:param>
 
   <!-- Do not show the collaborators listed in bookinfo -->
   <xsl:param name="doc.collab.show" select="0"/>