didou Mon Sep 15 07:17:15 2003 EDT
Modified files:
/phpdoc/en/reference/pdf/functions pdf-arc.xml pdf-arcn.xml
pdf-circle.xml
Log:
put see also in the right place
add para arround examples
Index: phpdoc/en/reference/pdf/functions/pdf-arc.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-arc.xml:1.5
phpdoc/en/reference/pdf/functions/pdf-arc.xml:1.6
--- phpdoc/en/reference/pdf/functions/pdf-arc.xml:1.5 Mon Sep 15 05:42:05 2003
+++ phpdoc/en/reference/pdf/functions/pdf-arc.xml Mon Sep 15 07:17:15 2003
@@ -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
Index: phpdoc/en/reference/pdf/functions/pdf-arcn.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-arcn.xml:1.6
phpdoc/en/reference/pdf/functions/pdf-arcn.xml:1.7
--- phpdoc/en/reference/pdf/functions/pdf-arcn.xml:1.6 Mon Sep 15 05:42:05 2003
+++ phpdoc/en/reference/pdf/functions/pdf-arcn.xml Mon Sep 15 07:17:15 2003
@@ -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>
Index: phpdoc/en/reference/pdf/functions/pdf-circle.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-circle.xml:1.5
phpdoc/en/reference/pdf/functions/pdf-circle.xml:1.6
--- phpdoc/en/reference/pdf/functions/pdf-circle.xml:1.5 Mon Sep 15 05:42:05
2003
+++ phpdoc/en/reference/pdf/functions/pdf-circle.xml Mon Sep 15 07:17:15 2003
@@ -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>,