29 lines
1,010 B
XML
29 lines
1,010 B
XML
|
<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="make.single.year.ranges">
|
||
|
<refmeta>
|
||
|
<refentrytitle>make.single.year.ranges</refentrytitle>
|
||
|
<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
|
||
|
</refmeta>
|
||
|
<refnamediv>
|
||
|
<refname>make.single.year.ranges</refname>
|
||
|
<refpurpose>Print single-year ranges (e.g., 1998-1999)</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<src:fragment xml:id="make.single.year.ranges.frag">
|
||
|
<xsl:param name="make.single.year.ranges" select="0"/></src:fragment>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsection><info><title>Description</title></info>
|
||
|
|
||
|
<para>If non-zero, year ranges that span a single year will be printed
|
||
|
in range notation (1998-1999) instead of discrete notation
|
||
|
(1998, 1999).</para>
|
||
|
|
||
|
</refsection>
|
||
|
</refentry>
|