being used in the code and hasn't been since mid 2006.
<!ENTITY l10n.lang.value.rfc.compliant SYSTEM "../params/l10n.lang.value.rfc.compliant.xml">
<!ENTITY default.image.width SYSTEM "../params/default.image.width.xml">
<!ENTITY default.float.class SYSTEM "../params/default.float.class.xml">
-<!ENTITY funcsynopsis.tabular.threshold SYSTEM "../params/funcsynopsis.tabular.threshold.xml">
<!ENTITY table.cell.border.color SYSTEM "../params/table.cell.border.color.xml">
<!ENTITY table.cell.border.style SYSTEM "../params/table.cell.border.style.xml">
<!ENTITY table.cell.border.thickness SYSTEM "../params/table.cell.border.thickness.xml">
<!ENTITY index.method SYSTEM "../params/index.method.xml">
<!ENTITY reference.autolabel SYSTEM "../params/reference.autolabel.xml">
<!ENTITY glossary.sort SYSTEM "../params/glossary.sort.xml">
-<!ENTITY javahelp.encoding SYSTEM "../params/javahelp.encoding.xml">
\ No newline at end of file
+<!ENTITY javahelp.encoding SYSTEM "../params/javahelp.encoding.xml">
<reference xml:id="refentry"><title>Reference Pages</title>
&funcsynopsis.decoration;
&funcsynopsis.style;
-&funcsynopsis.tabular.threshold;
&function.parens;
&refentry.generate.name;
&refentry.generate.title;
<src:fragref linkend="formal.title.placement.frag"/>
<src:fragref linkend="funcsynopsis.decoration.frag"/>
<src:fragref linkend="funcsynopsis.style.frag"/>
-<src:fragref linkend="funcsynopsis.tabular.threshold.frag"/>
<src:fragref linkend="function.parens.frag"/>
<src:fragref linkend="generate.id.attributes.frag"/>
<src:fragref linkend="generate.index.frag"/>
</xsl:choose>
</xsl:variable>
+<!-- * 2008-02-17. the code no longer relies on the funcsynopsis.tabular.threshold -->
+<!-- * param at all (the stuff below has been commented out since mid -->
+<!-- * 2006), so I completely removed the funcsynopsis.tabular.threshold param -->
+<!-- * .. MikeSmith -->
<!--
<xsl:variable name="tabular-p"
select="$funcsynopsis.tabular.threshold > 0
+++ /dev/null
-<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="funcsynopsis.tabular.threshold">
-<refmeta>
-<refentrytitle>funcsynopsis.tabular.threshold</refentrytitle>
-<refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>funcsynopsis.tabular.threshold</refname>
-<refpurpose>Width beyond which a tabular presentation will be used</refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-<src:fragment xml:id="funcsynopsis.tabular.threshold.frag">
-<xsl:param name="funcsynopsis.tabular.threshold" >40</xsl:param>
-</src:fragment>
-</refsynopsisdiv>
-
-<refsection><info><title>Description</title></info>
-
-<para>If <parameter>funcsynopsis.tabular.threshold</parameter> is greater than
-zero then if a <tag>funcprototype</tag> is wider than the threshold
-value, it will be presented in a table.</para>
-
-</refsection>
-</refentry>