Files
dive-into-python3/chardet/docs/docbook/xsl/params/hyphenate.xml
T
Mark Pilgrim 831681489e initial import
2009-01-24 16:05:55 -05:00

22 lines
466 B
XML

<refentry id="hyphenate">
<refmeta>
<refentrytitle>hyphenate</refentrytitle>
</refmeta>
<refnamediv>
<refname>hyphenate</refname>
<refpurpose>Specify hyphenation behavior</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='hyphenate.frag'><xsl:param name="hyphenate">true</xsl:param></src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>If true, words may be hyphenated. Otherwise, they may not.
</para>
</refsect1>
</refentry>