mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed doc - moved return-value text to method synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303616 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
641463b242
commit
85ea4ccf7f
1 changed files with 10 additions and 10 deletions
|
@ -21,7 +21,14 @@
|
|||
<methodparam><type>CairoContext</type><parameter>context</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
A CairoContext object
|
||||
Gets a flattened copy of the current path and returns it to the user as a <classname>CairoPath.</classname>
|
||||
</para>
|
||||
<para>
|
||||
This function is like <methodname>CairoContext::copyPath</methodname> except that any curves
|
||||
in the path will be approximated with piecewise-linear approximations,
|
||||
(accurate to within the current tolerance value). That is, the result is guaranteed to not
|
||||
have any elements of type CAIRO_PATH_CURVE_TO which will instead be replaced by a series of
|
||||
CAIRO_PATH_LINE_TO elements.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -33,7 +40,7 @@
|
|||
<term><parameter>context</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
A CairoContext object
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -44,14 +51,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Gets a flattened copy of the current path and returns it to the user as a <classname>CairoPath.</classname>
|
||||
</para>
|
||||
<para>
|
||||
This function is like <methodname>CairoContext::copyPath</methodname> except that any curves
|
||||
in the path will be approximated with piecewise-linear approximations,
|
||||
(accurate to within the current tolerance value). That is, the result is guaranteed to not
|
||||
have any elements of type CAIRO_PATH_CURVE_TO which will instead be replaced by a series of
|
||||
CAIRO_PATH_LINE_TO elements.
|
||||
A copy of the current path
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue