| 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="refentry.generate.name"><refmeta><refentrytitle>refentry.generate.name</refentrytitle><refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo></refmeta><refnamediv><refname>refentry.generate.name</refname><refpurpose>Output NAME header before <tag>refname</tag>s?</refpurpose></refnamediv><refsynopsisdiv><src:fragment xml:id="refentry.generate.name.frag"><xsl:param name="refentry.generate.name" select="1"/></src:fragment></refsynopsisdiv><refsection><info><title>Description</title></info><para>If non-zero, a "NAME" section title is output before the listof <tag>refname</tag>s. This parameter and<parameter>refentry.generate.title</parameter> are mutuallyexclusive. This means that if you change this parameter to zero, youshould set <parameter>refentry.generate.title</parameter> to non-zero unlessyou want get quite strange output.</para></refsection></refentry>
 |