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:
Mark Skilbeck 2010-09-20 10:56:53 +00:00
parent 641463b242
commit 85ea4ccf7f

View file

@ -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>