mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added param descriptions and seealso block
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c239d70d3
commit
a7136bf978
1 changed files with 17 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-waveimage">
|
||||
<refnamediv>
|
||||
<refname>Imagick::waveImage</refname>
|
||||
|
@ -13,9 +13,9 @@
|
|||
<methodparam><type>float</type><parameter>amplitude</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>length</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
Adds wave filter to the image.
|
||||
Applies wave filter to the image.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
|||
<term><parameter>amplitude</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The amplitude of the wave.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -34,6 +35,7 @@
|
|||
<term><parameter>length</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The lenght of the wave.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -55,6 +57,18 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>Imagick::solarizeImage</function></member>
|
||||
<member><function>Imagick::oilpaintImage</function></member>
|
||||
<member><function>Imagick::embossImage</function></member>
|
||||
<member><function>Imagick::addNoiseImage</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue