didou           Mon Mar 15 06:47:44 2004 EDT

  Modified files:              
    /phpdoc/en/reference/cpdf/functions cpdf-set-creator.xml 
                                        cpdf-set-keywords.xml 
                                        cpdf-set-title.xml 
  Log:
  add missing parameter
  
http://cvs.php.net/diff.php/phpdoc/en/reference/cpdf/functions/cpdf-set-creator.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-set-creator.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-creator.xml:1.3 
phpdoc/en/reference/cpdf/functions/cpdf-set-creator.xml:1.4
--- phpdoc/en/reference/cpdf/functions/cpdf-set-creator.xml:1.3 Fri Aug 15 10:29:05 
2003
+++ phpdoc/en/reference/cpdf/functions/cpdf-set-creator.xml     Mon Mar 15 06:47:44 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
   <refentry id="function.cpdf-set-creator">
    <refnamediv>
@@ -10,6 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>cpdf_set_creator</methodname>
+      <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
       <methodparam><type>string</type><parameter>creator</parameter></methodparam>
      </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/cpdf/functions/cpdf-set-keywords.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-set-keywords.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-keywords.xml:1.3 
phpdoc/en/reference/cpdf/functions/cpdf-set-keywords.xml:1.4
--- phpdoc/en/reference/cpdf/functions/cpdf-set-keywords.xml:1.3        Fri Aug 15 
10:29:05 2003
+++ phpdoc/en/reference/cpdf/functions/cpdf-set-keywords.xml    Mon Mar 15 06:47:44 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
   <refentry id="function.cpdf-set-keywords">
    <refnamediv>
@@ -10,6 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>cpdf_set_keywords</methodname>
+      <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
       <methodparam><type>string</type><parameter>keywords</parameter></methodparam>
      </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/cpdf/functions/cpdf-set-title.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-set-title.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-title.xml:1.3 
phpdoc/en/reference/cpdf/functions/cpdf-set-title.xml:1.4
--- phpdoc/en/reference/cpdf/functions/cpdf-set-title.xml:1.3   Fri Aug 15 10:29:05 
2003
+++ phpdoc/en/reference/cpdf/functions/cpdf-set-title.xml       Mon Mar 15 06:47:44 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
   <refentry id="function.cpdf-set-title">
    <refnamediv>
@@ -10,6 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>cpdf_set_title</methodname>
+      <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
       <methodparam><type>string</type><parameter>title</parameter></methodparam>
      </methodsynopsis>
     <para>

Reply via email to