summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/params/inherit.keywords.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kdoctools/docbook/xsl/params/inherit.keywords.xml')
-rw-r--r--kdoctools/docbook/xsl/params/inherit.keywords.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/inherit.keywords.xml b/kdoctools/docbook/xsl/params/inherit.keywords.xml
new file mode 100644
index 000000000..fd4152947
--- /dev/null
+++ b/kdoctools/docbook/xsl/params/inherit.keywords.xml
@@ -0,0 +1,25 @@
+<refentry id="inherit.keywords">
+<refmeta>
+<refentrytitle>inherit.keywords</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>inherit.keywords</refname>
+<refpurpose>Inherit keywords from ancestor elements?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='inherit.keywords.frag'><xsl:param name="inherit.keywords" select="'1'"/></src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If <parameter>inherit.keywords</parameter>
+is non-zero, the keyword <sgmltag>META</sgmltag> for each HTML
+<sgmltag>HEAD</sgmltag> element will include all of the keywords from
+ancestral elements. Otherwise, only the keywords from the current section
+will be used.
+</para>
+
+</refsect1>
+</refentry>