diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/htmlhelp.display.progress.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/htmlhelp.display.progress.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/htmlhelp.display.progress.xml b/3rdParty/DocBook/XSL/params/htmlhelp.display.progress.xml new file mode 100644 index 0000000..eab1c96 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/htmlhelp.display.progress.xml @@ -0,0 +1,28 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="htmlhelp.display.progress"> +<refmeta> +<refentrytitle>htmlhelp.display.progress</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>htmlhelp.display.progress</refname> +<refpurpose>Display compile progress?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="htmlhelp.display.progress.frag"> +<xsl:param name="htmlhelp.display.progress" select="1"/> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>Set to non-zero to to display compile progress +</para> + +</refsection> +</refentry> |