[PHP-DOC] cvs: phpdoc /en/functions cpdf.xml From: Martin Samesch (martin.samesch <email protected>)
Date: 09/18/00

samesch Mon Sep 18 09:23:16 2000 EDT

  Modified files:
    /phpdoc/en/functions cpdf.xml
  Log:
  fixed typo; (only little) re-indenting
  
Index: phpdoc/en/functions/cpdf.xml
diff -u phpdoc/en/functions/cpdf.xml:1.19 phpdoc/en/functions/cpdf.xml:1.20
--- phpdoc/en/functions/cpdf.xml:1.19 Fri Sep 15 09:09:43 2000
+++ phpdoc/en/functions/cpdf.xml Mon Sep 18 09:23:16 2000
@@ -1194,8 +1194,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_setlinejoin</function> function set the linejoin
- parameter between a value of 0 and 2. 0 = miter, 1 = round, 2 = bevel.
+ The <function>cpdf_setlinejoin</function> function set the
+ linejoin parameter between a value of 0 and 2. 0 = miter, 1 =
+ round, 2 = bevel.
     </para>
    </refsect1>
   </refentry>
@@ -1203,7 +1204,7 @@
   <refentry id="function.cpdf-setlinecap">
    <refnamediv>
     <refname>cpdf_setlinecap</refname>
- <refpurpose>Sets linecap aparameter</refpurpose>
+ <refpurpose>Sets linecap parameter</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1237,8 +1238,8 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_setmiterlimit</function> function set the miter limit
- to a value greater or equal than 1.
+ The <function>cpdf_setmiterlimit</function> function set the
+ miter limit to a value greater or equal than 1.
     </para>
    </refsect1>
   </refentry>
@@ -1258,8 +1259,8 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_setlinewidth</function> function set the line width
- to <parameter>width</parameter>.
+ The <function>cpdf_setlinewidth</function> function set the line
+ width to <parameter>width</parameter>.
     </para>
    </refsect1>
   </refentry>
@@ -1280,9 +1281,10 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_setdash</function> function set the dash pattern
- <parameter>white</parameter> white units and <parameter>black</parameter>
- black units. If both are 0 a solid line is set.
+ The <function>cpdf_setdash</function> function set the dash
+ pattern <parameter>white</parameter> white units and
+ <parameter>black</parameter> black units. If both are 0 a solid
+ line is set.
     </para>
    </refsect1>
   </refentry>
@@ -1305,8 +1307,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_newpath</function> starts a new path on the document
- given by the <parameter>pdf_document</parameter> parameter.
+ The <function>cpdf_newpath</function> starts a new path on the
+ document given by the <parameter>pdf_document</parameter>
+ parameter.
     </para>
    </refsect1>
   </refentry>
@@ -1324,19 +1327,21 @@
       <paramdef>int <parameter>pdf document</parameter></paramdef>
       <paramdef>double <parameter>x-coor</parameter></paramdef>
       <paramdef>double <parameter>y-coor</parameter></paramdef>
- <paramdef>int <parameter><optional>mode</optional></parameter></paramdef>
+ <paramdef>int
+ <parameter><optional>mode</optional></parameter>
+ </paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_moveto</function> function set the current point
- to the coordinates <parameter>x-coor</parameter> and
+ The <function>cpdf_moveto</function> function set the current
+ point to the coordinates <parameter>x-coor</parameter> and
      <parameter>y-coor</parameter>.
     </para>
     <para>
- The optional parameter <parameter>mode</parameter> determines the unit
- length. If it's 0 or omitted the default unit as specified for the page is
- used. Otherwise the coordinates are measured in postscript points
- disregarding the current unit.
+ The optional parameter <parameter>mode</parameter> determines the
+ unit length. If it's 0 or omitted the default unit as specified
+ for the page is used. Otherwise the coordinates are measured in
+ postscript points disregarding the current unit.
     </para>
    </refsect1>
   </refentry>