123456789101112131415161718192021222324252627282930313233 |
- <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="glossterm.auto.link">
- <refmeta>
- <refentrytitle>glossterm.auto.link</refentrytitle>
- <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
- </refmeta>
- <refnamediv>
- <refname>glossterm.auto.link</refname>
- <refpurpose>Generate links from glossterm to glossentry automatically?</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <src:fragment xml:id="glossterm.auto.link.frag">
- <xsl:param name="glossterm.auto.link" select="0"/>
- </src:fragment>
- </refsynopsisdiv>
- <refsection><info><title>Description</title></info>
- <para>If non-zero, links from inline <tag>glossterm</tag>s to the corresponding
- <tag>glossentry</tag> elements in a <tag>glossary</tag> or <tag>glosslist</tag>
- will be automatically generated. This is useful when your glossterms are consistent
- and you don't want to add links manually.</para>
- <para>The automatic link generation feature is not used on <tag>glossterm</tag> elements
- that have a <tag class="attribute">linkend</tag> attribute.</para>
- </refsection>
- </refentry>
|