]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed the funcsynopsis.tabular.threshold param. It's no longer
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 17 Feb 2008 13:26:47 +0000 (13:26 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 17 Feb 2008 13:26:47 +0000 (13:26 +0000)
being used in the code and hasn't been since mid 2006.

xsl/html/param.ent
xsl/html/param.xweb
xsl/html/synop.xsl
xsl/params/funcsynopsis.tabular.threshold.xml [deleted file]

index 9d3f055f936cea9f0cd9390771536a5b27219ec7..c345f3053452cf5d3c6657db22d00f11c8a4cefa 100644 (file)
 <!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">
index 6da69d99816bc6f40aaed7b61a492fbadc0c6f6f..3b33f50130b7763bf66f119fd511cac6cd46de73 100644 (file)
@@ -160,7 +160,6 @@ $Id$
 <reference xml:id="refentry"><title>Reference Pages</title>
 &funcsynopsis.decoration;
 &funcsynopsis.style;
-&funcsynopsis.tabular.threshold;
 &function.parens;
 &refentry.generate.name;
 &refentry.generate.title;
@@ -503,7 +502,6 @@ around all these parameters.</para>
 <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"/>
index cd6bfc734124700516d571bad71f5b1771ecba29..6dcfd685203de98d46c53c8e135518fa5731ec5c 100644 (file)
@@ -216,6 +216,10 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
     </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 &gt; 0
diff --git a/xsl/params/funcsynopsis.tabular.threshold.xml b/xsl/params/funcsynopsis.tabular.threshold.xml
deleted file mode 100644 (file)
index d9401b2..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<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>