diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.display.progress.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.display.progress.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.display.progress.xml b/kdoctools/docbook/xsl/params/htmlhelp.display.progress.xml new file mode 100644 index 000000000..fee4164d8 --- /dev/null +++ b/kdoctools/docbook/xsl/params/htmlhelp.display.progress.xml @@ -0,0 +1,24 @@ +<refentry id="htmlhelp.display.progress"> +<refmeta> +<refentrytitle>htmlhelp.display.progress</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>htmlhelp.display.progress</refname> +<refpurpose>Display compile progress?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='htmlhelp.display.progress.frag'> +<xsl:param name="htmlhelp.display.progress" select="1"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>You can swith off display of compile progress by setting this +parameter to 0.</para> + +</refsect1> +</refentry> + |