blob: 3d4a5b424b568f7b7d7b073998336b5d32938905 (
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.hhc.show.root">
<refmeta>
<refentrytitle>htmlhelp.hhc.show.root</refentrytitle>
<refmiscinfo role="type">boolean</refmiscinfo>
</refmeta>
<refnamediv>
<refname>htmlhelp.hhc.show.root</refname>
<refpurpose>Should be entry for root element shown in ToC?</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='htmlhelp.hhc.show.root.frag'>
<xsl:param name="htmlhelp.hhc.show.root" select="1"/>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>If set to 0, there will be no entry for root element in
ToC. This is useful when you want provide user with expanded ToC as
a default.</para>
</refsect1>
</refentry>
|