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