explanation what happens when passing true / false and null values to derivation builders added

This commit is contained in:
Marc Weber 2007-09-02 10:36:59 +00:00
parent 0d65fc08e2
commit 7b20c0ed4b
1 changed files with 4 additions and 0 deletions

View File

@ -1217,6 +1217,10 @@ set, the attributes of which specify the inputs of the build.</para>
They are simply concatenated, separated by
spaces.</para></listitem>
<listitem><para><emphasis>true</emphasis> is passed as
<emphasis>1</emphasis>, <emphasis>false</emphasis>
and <emphasis>null</emphasis> are passed as empty string.
</para></listitem>
</itemizedlist>
</para></listitem>