mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-02 07:49:23 +00:00
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@3890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
25 lines
771 B
XML
25 lines
771 B
XML
<refentry id="funcsynopsis.tabular.threshold">
|
|
<refmeta>
|
|
<refentrytitle>funcsynopsis.tabular.threshold</refentrytitle>
|
|
<refmiscinfo role="type">integer</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>funcsynopsis.tabular.threshold</refname>
|
|
<refpurpose>Width beyond which a tabular presentation will be used</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='funcsynopsis.tabular.threshold.frag'>
|
|
<xsl:param name="funcsynopsis.tabular.threshold" select="40"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If <parameter>funcsynopsis.tabular.threshold</parameter> is greater than
|
|
zero then if a <sgmltag>funcprototype</sgmltag> is wider than the threshold
|
|
value, it will be presented in a table.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|