diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.hhk.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.hhk.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.hhk.xml b/kdoctools/docbook/xsl/params/htmlhelp.hhk.xml new file mode 100644 index 000000000..49506a8ca --- /dev/null +++ b/kdoctools/docbook/xsl/params/htmlhelp.hhk.xml @@ -0,0 +1,23 @@ +<refentry id="htmlhelp.hhk"> +<refmeta> +<refentrytitle>htmlhelp.hhk</refentrytitle> +<refmiscinfo role="type">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>htmlhelp.hhk</refname> +<refpurpose>Filename of index file.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='htmlhelp.hhk.frag'> +<xsl:param name="htmlhelp.hhk" select="'index.hhk'"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>Change this parameter if you want different name of index file +than index.hhk.</para> + +</refsect1> +</refentry> |