blob: fee4164d8dfc4aca16ac8c00cf4eb66749a47491 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
|