diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.include.search.tab.xml')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.include.search.tab.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.include.search.tab.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.include.search.tab.xml new file mode 100644 index 000000000..b3d6a5b2e --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/webhelp.include.search.tab.xml @@ -0,0 +1,25 @@ +<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="webhelp.include.search.tab"> +<refmeta> +<refentrytitle>webhelp.include.search.tab</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>webhelp.include.search.tab</refname> +<refpurpose>Should the webhelp output include a Search tab?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="webhelp.include.search.tab.frag"> +<xsl:param name="webhelp.include.search.tab">1</xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> +<para>Set this parameter to 0 to suppress the search tab from webhelp output.</para> +</refsection> +</refentry> |