diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.show.advanced.search.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.show.advanced.search.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.show.advanced.search.xml b/kdoctools/docbook/xsl/params/htmlhelp.show.advanced.search.xml new file mode 100644 index 000000000..85e4c4da3 --- /dev/null +++ b/kdoctools/docbook/xsl/params/htmlhelp.show.advanced.search.xml @@ -0,0 +1,23 @@ +<refentry id="htmlhelp.show.advanced.search"> +<refmeta> +<refentrytitle>htmlhelp.show.advanced.search</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>htmlhelp.show.advanced.search</refname> +<refpurpose>Should be advanced search available?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='htmlhelp.show.advanced.search.frag'> +<xsl:param name="htmlhelp.show.advanced.search" select="0"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If you want advanced search features in your help, turn this +parameter to 1.</para> + +</refsect1> +</refentry> |