diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/autotoc.label.separator.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/autotoc.label.separator.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/autotoc.label.separator.xml b/kdoctools/docbook/xsl/params/autotoc.label.separator.xml new file mode 100644 index 000000000..20a8f0039 --- /dev/null +++ b/kdoctools/docbook/xsl/params/autotoc.label.separator.xml @@ -0,0 +1,20 @@ +<refentry id="autotoc.label.separator"> +<refmeta> +<refentrytitle>autotoc.label.separator</refentrytitle> +<refmiscinfo role="type">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>autotoc.label.separator</refname> +<refpurpose>Separator between labels and titles in the ToC</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='autotoc.label.separator.frag'><xsl:param name="autotoc.label.separator" select="'. '"/></src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>String to use to seperate labels and title in a table of contents.</para> + +</refsect1> +</refentry> |