vrana           Fri Jun 24 08:51:05 2005 EDT

  Modified files:              
    /phpdoc/en/reference/mcal/functions mcal-event-init.xml 
                                        mcal-event-set-alarm.xml 
                                        mcal-event-set-category.xml 
                                        mcal-event-set-class.xml 
                                        mcal-event-set-description.xml 
                                        mcal-event-set-end.xml 
                                        mcal-event-set-recur-daily.xml 
                                        mcal-event-set-recur-monthly-mday.xml 
                                        mcal-event-set-recur-monthly-wday.xml 
                                        mcal-event-set-recur-none.xml 
                                        mcal-event-set-recur-weekly.xml 
                                        mcal-event-set-recur-yearly.xml 
                                        mcal-event-set-start.xml 
                                        mcal-event-set-title.xml 
  Log:
  Return void
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-init.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-init.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-init.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-init.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-init.xml:1.2  Wed Apr 17 
02:40:04 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-init.xml      Fri Jun 24 
08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-init">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_init</methodname>
+      <type>void</type><methodname>mcal_event_init</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
      </methodsynopsis>
     <para>  
@@ -19,9 +19,6 @@
      event structure. this effectively sets all elements of the
      structure to 0, or the default settings.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-alarm.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-alarm.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-alarm.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-set-alarm.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-set-alarm.xml:1.2     Wed Apr 
17 02:40:04 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-alarm.xml Fri Jun 24 
08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-alarm">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_alarm</methodname>
+      <type>void</type><methodname>mcal_event_set_alarm</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>alarm</parameter></methodparam>
      </methodsynopsis>
@@ -19,9 +19,6 @@
      <function>mcal_event_set_alarm</function> sets the streams global
      event structure's alarm to the given minutes before the event.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-category.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-category.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-category.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-set-category.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-set-category.xml:1.2  Wed Apr 
17 02:40:04 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-category.xml      Fri Jun 
24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-category">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_category</methodname>
+      <type>void</type><methodname>mcal_event_set_category</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       
<methodparam><type>string</type><parameter>category</parameter></methodparam>
      </methodsynopsis>
@@ -19,9 +19,6 @@
      <function>mcal_event_set_category</function> sets the streams
      global event structure's category to the given string.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-class.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-class.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-class.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-set-class.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-set-class.xml:1.2     Wed Apr 
17 02:40:04 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-class.xml Fri Jun 24 
08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-class">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_class</methodname>
+      <type>void</type><methodname>mcal_event_set_class</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>class</parameter></methodparam>
      </methodsynopsis>
@@ -20,9 +20,6 @@
      event structure's class to the given value. The class is either 1
      for public, or 0 for private.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-description.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-description.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-description.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-set-description.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-set-description.xml:1.2       
Wed Apr 17 02:40:04 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-description.xml   Fri Jun 
24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-description">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_description</methodname>
+      <type>void</type><methodname>mcal_event_set_description</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       
<methodparam><type>string</type><parameter>description</parameter></methodparam>
      </methodsynopsis>
@@ -19,9 +19,6 @@
      <function>mcal_event_set_description</function> sets the streams
      global event structure's description to the given string.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-end.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-end.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-end.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-end.xml:1.4
--- phpdoc/en/reference/mcal/functions/mcal-event-set-end.xml:1.3       Wed Aug 
18 10:15:18 2004
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-end.xml   Fri Jun 24 
08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-end">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_end</methodname>
+      <type>void</type><methodname>mcal_event_set_end</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
@@ -24,9 +24,6 @@
      <function>mcal_event_set_end</function> sets the streams global
      event structure's end date and time to the given values.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-recur-daily.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-recur-daily.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-recur-daily.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-daily.xml:1.4
--- phpdoc/en/reference/mcal/functions/mcal-event-set-recur-daily.xml:1.3       
Thu Dec 18 09:14:21 2003
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-recur-daily.xml   Fri Jun 
24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-recur-daily">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_recur_daily</methodname>
+      <type>void</type><methodname>mcal_event_set_recur_daily</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-mday.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-mday.xml
diff -u 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-mday.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-mday.xml:1.4
--- 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-mday.xml:1.3    
    Thu Dec 18 09:14:21 2003
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-mday.xml    
Fri Jun 24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-recur-monthly-mday">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      
<type>int</type><methodname>mcal_event_set_recur_monthly_mday</methodname>
+      
<type>void</type><methodname>mcal_event_set_recur_monthly_mday</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-wday.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-wday.xml
diff -u 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-wday.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-wday.xml:1.4
--- 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-wday.xml:1.3    
    Thu Dec 18 09:14:21 2003
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-recur-monthly-wday.xml    
Fri Jun 24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-recur-monthly-wday">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      
<type>int</type><methodname>mcal_event_set_recur_monthly_wday</methodname>
+      
<type>void</type><methodname>mcal_event_set_recur_monthly_wday</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-recur-none.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-recur-none.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-recur-none.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-none.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-set-recur-none.xml:1.2        
Wed Apr 17 02:40:04 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-recur-none.xml    Fri Jun 
24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-recur-none">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_recur_none</methodname>
+      <type>void</type><methodname>mcal_event_set_recur_none</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
      </methodsynopsis>
     <para>  
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-recur-weekly.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-recur-weekly.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-recur-weekly.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-weekly.xml:1.4
--- phpdoc/en/reference/mcal/functions/mcal-event-set-recur-weekly.xml:1.3      
Thu Dec 18 09:14:21 2003
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-recur-weekly.xml  Fri Jun 
24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-recur-weekly">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_recur_weekly</methodname>
+      <type>void</type><methodname>mcal_event_set_recur_weekly</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-recur-yearly.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-recur-yearly.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-recur-yearly.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-recur-yearly.xml:1.4
--- phpdoc/en/reference/mcal/functions/mcal-event-set-recur-yearly.xml:1.3      
Thu Dec 18 09:14:21 2003
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-recur-yearly.xml  Fri Jun 
24 08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-recur-yearly">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_recur_yearly</methodname>
+      <type>void</type><methodname>mcal_event_set_recur_yearly</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-start.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-start.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-start.xml:1.3 
phpdoc/en/reference/mcal/functions/mcal-event-set-start.xml:1.4
--- phpdoc/en/reference/mcal/functions/mcal-event-set-start.xml:1.3     Wed Aug 
18 10:15:18 2004
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-start.xml Fri Jun 24 
08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-start">
    <refnamediv>
@@ -12,7 +12,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_start</methodname>
+      <type>void</type><methodname>mcal_event_set_start</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
@@ -25,9 +25,6 @@
      <function>mcal_event_set_start</function> sets the streams global
      event structure's start date and time to the given values.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/functions/mcal-event-set-title.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mcal/functions/mcal-event-set-title.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-event-set-title.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-event-set-title.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-event-set-title.xml:1.2     Wed Apr 
17 02:40:05 2002
+++ phpdoc/en/reference/mcal/functions/mcal-event-set-title.xml Fri Jun 24 
08:51:03 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
   <refentry id="function.mcal-event-set-title">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mcal_event_set_title</methodname>
+      <type>void</type><methodname>mcal_event_set_title</methodname>
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
       
<methodparam><type>string</type><parameter>title</parameter></methodparam>
      </methodsynopsis>
@@ -19,9 +19,6 @@
      <function>mcal_event_set_title</function> sets the streams global
      event structure's title to the given string.
     </para>
-    <para>
-     Returns &true;.
-    </para>
    </refsect1>
   </refentry>
 

Reply via email to