[PHP-DOC] cvs: phpdoc /en/reference/mcal/functions mcal-append-event.xml mcal-day-of-year.xml mcal-days-in-month.xml mcal-delete-calendar.xml mcal-expunge.xml mcal-list-events.xml mcal-store-event.xml From: Damien Seguy (dams <email protected>)
Date: 02/12/03

dams Wed Feb 12 12:50:49 2003 EDT

  Modified files:
    /phpdoc/en/reference/mcal/functions mcal-append-event.xml
                                               mcal-day-of-year.xml
                                               mcal-days-in-month.xml
                                               mcal-delete-calendar.xml
                                               mcal-expunge.xml
                                               mcal-list-events.xml
                                               mcal-store-event.xml
  Log:
  punctuation and letter cases
  
Index: phpdoc/en/reference/mcal/functions/mcal-append-event.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-append-event.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-append-event.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-append-event.xml:1.2 Wed Apr 17 02:40:01 2002
+++ phpdoc/en/reference/mcal/functions/mcal-append-event.xml Wed Feb 12 12:50:49 2003
@@ -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.3 -->
   <refentry id="function.mcal-append-event">
    <refnamediv>
@@ -13,8 +13,8 @@
       <methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
      </methodsynopsis>
     <para>
- <function>mcal_append_event</function> Stores the global event
- into an MCAL calendar for the given stream.
+ <function>mcal_append_event</function> stores the global event
+ into an MCAL calendar for the stream <parameter>mcal_stream</parameter>.
     </para>
     <para>
      Returns the id of the newly inserted event.
Index: phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml:1.2 Wed Apr 17 02:40:03 2002
+++ phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml Wed Feb 12 12:50:49 2003
@@ -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-day-of-year">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
- <type>int</type><methodname>mcal_</methodname>
+ <type>int</type><methodname>mcal_day_of_year</methodname>
       <methodparam><type>int</type><parameter>year</parameter></methodparam>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
       <methodparam><type>int</type><parameter>day</parameter></methodparam>
Index: phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml:1.2 Wed Apr 17 02:40:03 2002
+++ phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml Wed Feb 12 12:50:49 2003
@@ -1,11 +1,11 @@
 <?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-days-in-month">
    <refnamediv>
     <refname>mcal_days_in_month</refname>
     <refpurpose>
- Returns the number of days in the given month
+ Returns the number of days in a month
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -13,12 +13,12 @@
      <methodsynopsis>
       <type>int</type><methodname>mcal_days_in_month</methodname>
       <methodparam><type>int</type><parameter>month</parameter></methodparam>
- <methodparam><type>int</type><parameter>leap year</parameter></methodparam>
+ <methodparam><type>int</type><parameter>leap_year</parameter></methodparam>
      </methodsynopsis>
     <para>
- <function>mcal_days_in_month</function> Returns the number of
- days in the given month, taking into account if the given year is
- a leap year or not.
+ <function>mcal_days_in_month</function> returns the number of
+ days in the month <parameter>month</parameter>, taking into account if the
+ considered year is a leap year or not.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml:1.2 Wed Apr 17 02:40:03 2002
+++ phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml Wed Feb 12 12:50:49 2003
@@ -1,10 +1,10 @@
 <?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-delete-calendar">
    <refnamediv>
     <refname>mcal_delete_calendar</refname>
- <refpurpose>Delete an MCAL calendar </refpurpose>
+ <refpurpose>Delete an MCAL calendar</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/mcal/functions/mcal-expunge.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-expunge.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-expunge.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-expunge.xml:1.2 Wed Apr 17 02:40:05 2002
+++ phpdoc/en/reference/mcal/functions/mcal-expunge.xml Wed Feb 12 12:50:49 2003
@@ -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.28 -->
   <refentry id="function.mcal-expunge">
    <refnamediv>
@@ -15,7 +15,7 @@
       <methodparam><type>int</type><parameter>stream</parameter></methodparam>
      </methodsynopsis>
     <para>
- <function>mcal_expunge</function> Deletes all events which have
+ <function>mcal_expunge</function> deletes all events which have
      been previously marked for deletion.
     </para>
    </refsect1>
Index: phpdoc/en/reference/mcal/functions/mcal-list-events.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-list-events.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-list-events.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-list-events.xml:1.2 Wed Apr 17 02:40:05 2002
+++ phpdoc/en/reference/mcal/functions/mcal-list-events.xml Wed Feb 12 12:50:49 2003
@@ -1,11 +1,11 @@
 <?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-list-events">
    <refnamediv>
     <refname>mcal_list_events</refname>
     <refpurpose>
- Return a list of IDs for a date or a range of dates.
+ Return a list of IDs for a date or a range of dates
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -22,7 +22,7 @@
      in the global event structure.
     </para>
     <para>
- <function>mcal_list_events</function> function takes in an
+ <function>mcal_list_events</function> takes in an
      beginning date and an optional end date for a calendar stream. An
      array of event id's that are between the given dates or the
      internal event dates are returned.
Index: phpdoc/en/reference/mcal/functions/mcal-store-event.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-store-event.xml:1.2 phpdoc/en/reference/mcal/functions/mcal-store-event.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-store-event.xml:1.2 Wed Apr 17 02:40:06 2002
+++ phpdoc/en/reference/mcal/functions/mcal-store-event.xml Wed Feb 12 12:50:49 2003
@@ -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-store-event">
    <refnamediv>
@@ -13,7 +13,7 @@
       <methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
      </methodsynopsis>
     <para>
- <function>mcal_store_event</function> Stores the modifications
+ <function>mcal_store_event</function> stores the modifications
      to the current global event for the given stream.
     </para>
     <para>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php