put see also in the right place

add para arround examples


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140359 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-09-15 11:17:15 +00:00
parent 76c9f3a3c2
commit 50b03beea7
3 changed files with 33 additions and 27 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.65 -->
<refentry id="function.pdf-arc">
<refnamediv>
@ -24,14 +24,10 @@
and radius <parameter>r</parameter>. Actual drawing of the circle is performed by
the next stroke or fill operation.
</para>
<para>
See also: <function>pdf_arcn</function>,
<function>pdf_circle</function>, <function>pdf_stroke</function>,
<function>pdf_fill</function> and <function>pdf_fill_stroke</function>.
</para>
<example>
<title><function>pdf_arcn</function> example</title>
<programlisting role="php">
<para>
<example>
<title><function>pdf_arcn</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
// prepare document
@ -62,7 +58,13 @@
]]>
</programlisting>
</example>
</refsect1>
</para>
<para>
See also: <function>pdf_arcn</function>,
<function>pdf_circle</function>, <function>pdf_stroke</function>,
<function>pdf_fill</function> and <function>pdf_fill_stroke</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-arcn">
<refnamediv>
@ -24,14 +24,10 @@
and radius <parameter>r</parameter>. Actual drawing of the circle is performed by
the next stroke or fill operation.
</para>
<para>
See also: <function>pdf_arc</function>, <function>pdf_circle</function>,
<function>pdf_stroke</function>, <function>pdf_fill</function> and
<function>pdf_fillstroke</function>.
</para>
<example>
<title><function>pdf_arcn</function> example</title>
<programlisting role="php">
<para>
<example>
<title><function>pdf_arcn</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
// prepare document
@ -60,8 +56,14 @@
pdf_delete($pdf);
?>
]]>
</programlisting>
</example>
</programlisting>
</example>
</para>
<para>
See also: <function>pdf_arc</function>, <function>pdf_circle</function>,
<function>pdf_stroke</function>, <function>pdf_fill</function> and
<function>pdf_fillstroke</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-circle">
<refnamediv>
@ -24,9 +24,10 @@
<para>
&return.success;
</para>
<example>
<title><function>pdf_circle</function> example</title>
<programlisting role="php">
<para>
<example>
<title><function>pdf_circle</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
// prepare document
@ -55,8 +56,9 @@
pdf_delete($pdf);
?>
]]>
</programlisting>
</example>
</programlisting>
</example>
</para>
<para>
See also: <function>pdf_arc</function>,
<function>pdf_arcn</function>, <function>pdf_curveto</function>,