12345678910111213141516171819202122232425262728293031323334353637 |
- <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="glossentry.show.acronym">
- <refmeta>
- <refentrytitle>glossentry.show.acronym</refentrytitle>
- <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
- <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
- <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
- <refmiscinfo class="other" otherclass="value">primary</refmiscinfo>
- </refmeta>
- <refnamediv>
- <refname>glossentry.show.acronym</refname>
- <refpurpose>Display <tag>glossentry</tag> acronyms?</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <src:fragment xml:id="glossentry.show.acronym.frag">
- <xsl:param name="glossentry.show.acronym">no</xsl:param>
- </src:fragment>
- </refsynopsisdiv>
- <refsection><info><title>Description</title></info>
- <para>A setting of <quote>yes</quote> means they should be displayed;
- <quote>no</quote> means they shouldn't. If <quote>primary</quote> is used,
- then they are shown as the primary text for the entry.</para>
- <note>
- <para>This setting controls both <tag>acronym</tag> and
- <tag>abbrev</tag> elements in the <tag>glossentry</tag>.</para>
- </note>
- </refsection>
- </refentry>
|