diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/toc.max.depth.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/toc.max.depth.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/toc.max.depth.xml b/kdoctools/docbook/xsl/params/toc.max.depth.xml new file mode 100644 index 000000000..d96d02658 --- /dev/null +++ b/kdoctools/docbook/xsl/params/toc.max.depth.xml @@ -0,0 +1,20 @@ +<refentry id="toc.max.depth"> +<refmeta> +<refentrytitle>toc.max.depth</refentrytitle> +<refmiscinfo role="type">integer</refmiscinfo> +</refmeta> +<refnamediv> +<refname>toc.max.depth</refname> +<refpurpose>How maximaly deep should be each TOC?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='toc.max.depth.frag'><xsl:param name="toc.max.depth">8</xsl:param></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>Specifies the maximal depth of TOC on all levels.</para> + +</refsect1> +</refentry> |