diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/chapter.autolabel.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/chapter.autolabel.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/chapter.autolabel.xml b/kdoctools/docbook/xsl/params/chapter.autolabel.xml new file mode 100644 index 000000000..309e61831 --- /dev/null +++ b/kdoctools/docbook/xsl/params/chapter.autolabel.xml @@ -0,0 +1,21 @@ +<refentry id="chapter.autolabel"> +<refmeta> +<refentrytitle>chapter.autolabel</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>chapter.autolabel</refname> +<refpurpose>Are chapters automatically enumerated?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='chapter.autolabel.frag'><xsl:param name="chapter.autolabel" select="1"/></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If true (non-zero), unlabeled chapters will be enumerated. +</para> + +</refsect1> +</refentry> |