$funcsynopsis-table-threshold
$funcsynopsis-table-threshold — Maximium width of a function synopsis.
Parameter:
{}funcsynopsis-table-threshold
Defined in:
param.xsl
Used in:
param.xsl, modules/programming.xsl
Synopsis
  |$funcsynopsis-table-threshold := 40
Description
When rendering funcsynopsis elements, the width of the synopsis depends on
the number of parameters and the lengths of their names and types. If the width of the
funcsynopsis would exceed $funcsynopsis-table-threshold characters,
the presentation switches from an inline style to a tabular style.
The tabular style aligns the parameters up vertically after the function name.