diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/chunk.section.depth.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/chunk.section.depth.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/chunk.section.depth.xml b/kdoctools/docbook/xsl/params/chunk.section.depth.xml new file mode 100644 index 000000000..af29641b9 --- /dev/null +++ b/kdoctools/docbook/xsl/params/chunk.section.depth.xml @@ -0,0 +1,22 @@ +<refentry id="chunk.section.depth"> +<refmeta> +<refentrytitle>chunk.section.depth</refentrytitle> +<refmiscinfo role="type">integer</refmiscinfo> +</refmeta> +<refnamediv> +<refname>chunk.section.depth</refname> +<refpurpose>Depth to which sections should be chunked</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='chunk.section.depth.frag'> +<xsl:param name="chunk.section.depth" select="1"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>This parameter sets the depth of section chunking.</para> + +</refsect1> +</refentry> |