[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/cairo/_cairomatrix/rotate.xml_functions/cairo-im
From:       Jakub_Vrana <vrana () php ! net>
Date:       2018-01-30 10:31:04
Message-ID: svn-vrana-1517308264-344095-1376523119 () svn ! php ! net
[Download RAW message or body]

vrana                                    Tue, 30 Jan 2018 10:31:04 +0000

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

Log:
Fix function name

Changed paths:
    U   phpdoc/en/trunk/reference/cairo/cairomatrix/rotate.xml
    U   phpdoc/en/trunk/reference/cairo/functions/cairo-image-surface-create-from-png.xml
  D   phpdoc/en/trunk/reference/cairo/functions/cairo-matrix-rotate.xml

Modified: phpdoc/en/trunk/reference/cairo/cairomatrix/rotate.xml
===================================================================
--- phpdoc/en/trunk/reference/cairo/cairomatrix/rotate.xml	2018-01-30 10:16:37 UTC \
                (rev 344094)
+++ phpdoc/en/trunk/reference/cairo/cairomatrix/rotate.xml	2018-01-30 10:31:04 UTC \
(rev 344095) @@ -4,7 +4,7 @@
 <refentry xml:id="cairomatrix.rotate" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
   <refname>CairoMatrix::rotate</refname>
-  <refname>cairo_rotate</refname>
+  <refname>cairo_matrix_rotate</refname>
   <refpurpose>The rotate purpose</refpurpose>
  </refnamediv>

@@ -17,7 +17,7 @@
    </methodsynopsis>
   <para>&style.procedural;:</para>
   <methodsynopsis>
-   <type>void</type><methodname>cairo_rotate</methodname>
+   <type>void</type><methodname>cairo_matrix_rotate</methodname>
    <methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
  <methodparam><type>string</type><parameter>radians</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/en/trunk/reference/cairo/functions/cairo-image-surface-create-from-png.xml
 ===================================================================
--- phpdoc/en/trunk/reference/cairo/functions/cairo-image-surface-create-from-png.xml	2018-01-30 \
                10:16:37 UTC (rev 344094)
+++ phpdoc/en/trunk/reference/cairo/functions/cairo-image-surface-create-from-png.xml	2018-01-30 \
10:31:04 UTC (rev 344095) @@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>CairoImageSurface</type><methodname>cairo_image_surface_create_from_png</methodname>
                
-   <methodparam><type>string</type><parameter>file</parameter></methodparam>
+   <methodparam><type>mixed</type><parameter>file</parameter></methodparam>
   </methodsynopsis>
   <para>
    The function description goes here.

Deleted: phpdoc/en/trunk/reference/cairo/functions/cairo-matrix-rotate.xml
===================================================================
--- phpdoc/en/trunk/reference/cairo/functions/cairo-matrix-rotate.xml	2018-01-30 \
                10:16:37 UTC (rev 344094)
+++ phpdoc/en/trunk/reference/cairo/functions/cairo-matrix-rotate.xml	2018-01-30 \
10:31:04 UTC (rev 344095) @@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<refentry xml:id="function.cairo-matrix-rotate" \
                xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
-  <refname>cairo_matrix_rotate</refname>
-  <refpurpose>Description</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>void</type><methodname>cairo_matrix_rotate</methodname>
-   <methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
-   <methodparam><type>float</type><parameter>radians</parameter></methodparam>
-  </methodsynopsis>
-  <para>
-   The function description goes here.
-  </para>
-
-  &warn.undocumented.func;
-
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  <para>
-   <variablelist>
-    <varlistentry>
-     <term><parameter>matrix</parameter></term>
-     <listitem>
-      <para>
-       Description...
-      </para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
-     <term><parameter>radians</parameter></term>
-     <listitem>
-      <para>
-       Description...
-      </para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <!-- See also &return.success; -->
-  <para>
-   What is returned on success and failure
-  </para>
- </refsect1>
-
- <refsect1 role="errors">
-  &reftitle.errors;
-  <para>
-   When does this function issue E_* level errors, and/or throw exceptions.
-  </para>
- </refsect1>
-
- <refsect1 role="examples">
-  &reftitle.examples;
-  <para>
-   <example>
-    <title><function>cairo_matrix_rotate</function> example</title>
-    <para>
-     Any text that describes the purpose of the example, or what
-     goes on in the example should be here.
-    </para>
-    <programlisting role="php">
-<![CDATA[
-<?php
-
-/* ... */
-
-?>
-]]>
-    </programlisting>
-    &example.outputs.similar;
-    <screen>
-<![CDATA[
-...
-]]>
-    </screen>
-   </example>
-  </para>
- </refsect1>
-
- <refsect1 role="seealso">
-  &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>related function name here</function></member>
-   </simplelist>
-  </para>
- </refsect1>
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic