Added parameter descriptions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243786 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2007-10-07 20:35:22 +00:00
parent c9eacc4927
commit dee313e075

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-convolveimage">
<refnamediv>
<refname>Imagick::convolveImage</refname>
@ -28,6 +28,7 @@
<term><parameter>kernel</parameter></term>
<listitem>
<para>
The convolution kernel
</para>
</listitem>
</varlistentry>
@ -35,6 +36,10 @@
<term><parameter>channel</parameter></term>
<listitem>
<para>
Provide any channel constant that is valid for your channel mode. To
apply to more than one channel, combine channeltype constants using
bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this
list of <link linkend="imagick.constants.channel">channel constants</link>.
</para>
</listitem>
</varlistentry>