summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/params/glossterm.auto.link.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kdoctools/docbook/xsl/params/glossterm.auto.link.xml')
-rw-r--r--kdoctools/docbook/xsl/params/glossterm.auto.link.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/glossterm.auto.link.xml b/kdoctools/docbook/xsl/params/glossterm.auto.link.xml
new file mode 100644
index 000000000..0478977bc
--- /dev/null
+++ b/kdoctools/docbook/xsl/params/glossterm.auto.link.xml
@@ -0,0 +1,28 @@
+<refentry id="glossterm.auto.link">
+<refmeta>
+<refentrytitle>glossterm.auto.link</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>glossterm.auto.link</refname>
+<refpurpose>Generate links from glossterm to glossentry automaticaly?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='glossterm.auto.link.frag'>
+<xsl:param name="glossterm.auto.link" select="0"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If true, a link will be automatically created from glossterm
+to glossentry for that glossary term. This is usefull when your
+glossterm names are consistent and you don't want to add links
+manually.</para>
+<para>If there is <sgmltag class="attribute">linkend</sgmltag> on
+<sgmltag>glossterm</sgmltag> then is used instead of autogeneration of
+link.</para>
+
+</refsect1>
+</refentry>