mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 11:06:08 +00:00
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@3890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
24 lines
604 B
XML
24 lines
604 B
XML
<refentry id="function.parens">
|
|
<refmeta>
|
|
<refentrytitle>function.parens</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>function.parens</refname>
|
|
<refpurpose>Generate parens after a function?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='function.parens.frag'><xsl:param name="function.parens">0</xsl:param></src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If not 0, the formatting of
|
|
a <sgmltag class="starttag">function</sgmltag> element will include
|
|
generated parenthesis.
|
|
</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|