svn: /phpdoc/ru/trunk/reference/imagick/ imagickdraw/annotation.xml imagickdraw/clear.xml imagickdraw/clone.xml imagickdraw/color.xml imagickdraw/comment.xml imagickpixel/clear.xml imagickpixel/construct.xml imagickpixel/destroy.xml imagickpixel/getcolor.xml imagickpixel/getcolorasstring.xml imagickpixel/getcolorcount.xml imagickpixel/getcolorvalue.xml imagickpixel/gethsl.xml imagickpixel/ispixelsimilar.xml imagickpixel/issimilar.xml imagickpixel/setcolor.xml imagickpixel/setcolorvalue.xml imagi

[email protected] (Sergey Panteleev) Fri, 04 Dec 2020 12:30:55 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Fri, 04 Dec 2020 12:30:55 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351868

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/imagick/imagickdraw/annotation.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickdraw/clear.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickdraw/clone.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickdraw/color.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickdraw/comment.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/clear.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/construct.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/destroy.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolor.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorasstring.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorcount.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorvalue.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/gethsl.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/ispixelsimilar.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/issimilar.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolor.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolorvalue.xml
    U   phpdoc/ru/trunk/reference/imagick/imagickpixel/sethsl.xml
svn-diffs-351868.txt (text/x-diff, 18.4 KB)
Modified: phpdoc/ru/trunk/reference/imagick/imagickdraw/annotation.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickdraw/annotation.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickdraw/annotation.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.annotation">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickDraw::annotation</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::annotation</methodname>
    <methodparam><type>float</type><parameter>x</parameter></methodparam>
    <methodparam><type>float</type><parameter>y</parameter></methodparam>
    <methodparam><type>string</type><parameter>text</parameter></methodparam>

Modified: phpdoc/ru/trunk/reference/imagick/imagickdraw/clear.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickdraw/clear.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickdraw/clear.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.clear">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickDraw::clear</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::clear</methodname>
    <void/>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickdraw/clone.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickdraw/clone.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickdraw/clone.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.clone">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>ImagickDraw</type><methodname>ImagickDraw::clone</methodname>
+   <modifier>public</modifier> <type>ImagickDraw</type><methodname>ImagickDraw::clone</methodname>
    <void/>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickdraw/color.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickdraw/color.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickdraw/color.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.color">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickDraw::color</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::color</methodname>
    <methodparam><type>float</type><parameter>x</parameter></methodparam>
    <methodparam><type>float</type><parameter>y</parameter></methodparam>
    <methodparam><type>int</type><parameter>paintMethod</parameter></methodparam>

Modified: phpdoc/ru/trunk/reference/imagick/imagickdraw/comment.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickdraw/comment.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickdraw/comment.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.comment">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickDraw::comment</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::comment</methodname>
    <methodparam><type>string</type><parameter>comment</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/clear.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/clear.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/clear.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.clear">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::clear</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::clear</methodname>
    <void/>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/construct.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/construct.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 336315 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.construct">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <methodname>ImagickPixel::__construct</methodname>
+   <modifier>public</modifier> <methodname>ImagickPixel::__construct</methodname>
    <methodparam choice="opt"><type>string</type><parameter>color</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/destroy.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/destroy.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/destroy.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.destroy">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::destroy</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::destroy</methodname>
    <void/>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolor.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolor.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolor.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 344121 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.getcolor">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>ImagickPixel::getColor</methodname>
+   <modifier>public</modifier> <type>array</type><methodname>ImagickPixel::getColor</methodname>
    <methodparam choice="opt"><type>int</type><parameter>normalized</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorasstring.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorasstring.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorasstring.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331916 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.getcolorasstring">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ImagickPixel::getColorAsString</methodname>
+   <modifier>public</modifier> <type>string</type><methodname>ImagickPixel::getColorAsString</methodname>
    <void/>
   </methodsynopsis>
   <para>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorcount.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorcount.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorcount.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 339398 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.getcolorcount">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>ImagickPixel::getColorCount</methodname>
+   <modifier>public</modifier> <type>int</type><methodname>ImagickPixel::getColorCount</methodname>
    <void/>
   </methodsynopsis>
   <para>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorvalue.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorvalue.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/getcolorvalue.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331908 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.getcolorvalue">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>float</type><methodname>ImagickPixel::getColorValue</methodname>
+   <modifier>public</modifier> <type>float</type><methodname>ImagickPixel::getColorValue</methodname>
    <methodparam><type>int</type><parameter>color</parameter></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/gethsl.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/gethsl.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/gethsl.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331912 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.gethsl">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>ImagickPixel::getHSL</methodname>
+   <modifier>public</modifier> <type>array</type><methodname>ImagickPixel::getHSL</methodname>
    <void/>
   </methodsynopsis>
   <para>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/ispixelsimilar.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/ispixelsimilar.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/ispixelsimilar.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 331921 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.ispixelsimilar">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::isPixelSimilar</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::isPixelSimilar</methodname>
    <methodparam><type>ImagickPixel</type><parameter>color</parameter></methodparam>
    <methodparam><type>float</type><parameter>fuzz</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/issimilar.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/issimilar.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/issimilar.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 336315 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.issimilar">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::isSimilar</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::isSimilar</methodname>
    <methodparam><type>ImagickPixel</type><parameter>color</parameter></methodparam>
    <methodparam><type>float</type><parameter>fuzz</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolor.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolor.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolor.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 336315 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.setcolor">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::setColor</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::setColor</methodname>
    <methodparam><type>string</type><parameter>color</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolorvalue.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolorvalue.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/setcolorvalue.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331906 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.setcolorvalue">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::setColorValue</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::setColorValue</methodname>
    <methodparam><type>int</type><parameter>color</parameter></methodparam>
    <methodparam><type>float</type><parameter>value</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/ru/trunk/reference/imagick/imagickpixel/sethsl.xml
===================================================================
--- phpdoc/ru/trunk/reference/imagick/imagickpixel/sethsl.xml	2020-12-04 12:21:34 UTC (rev 351867)
+++ phpdoc/ru/trunk/reference/imagick/imagickpixel/sethsl.xml	2020-12-04 12:30:55 UTC (rev 351868)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331905 Maintainer: alien Status: ready -->
+<!-- EN-Revision: 351855 Maintainer: alien Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickpixel.sethsl">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>ImagickPixel::setHSL</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>ImagickPixel::setHSL</methodname>
    <methodparam><type>float</type><parameter>hue</parameter></methodparam>
    <methodparam><type>float</type><parameter>saturation</parameter></methodparam>
    <methodparam><type>float</type><parameter>luminosity</parameter></methodparam>