[srm-cvs] CVS Update: - Fix docs

From: <d.rethans[@]jdimedia.nl>
Date: Sun Mar 10 2002 - 00:00:28 CET

Date: Sun Mar 10 00:00:27 CET 2002
User: Derick Rethans
Directory: srmdoc/user

Log Message:
 [0.20]
 - Fix docs
 
Modified files:
           srmdoc/user/classes.xml (version: 1.7)

[FILE: /srmdoc/user/classes.xml]

--- srmdoc/user/classes.xml:1.6 Mon Feb 18 20:05:17 2002 GMT
+++ srmdoc/user/classes.xml Sat Mar 09 22:00:27 2002 GMT
@@ -19,11 +19,10 @@
     <ooclass>
      <classname>SRM</classname>
     </ooclass>
- <methodsynopsis>
- <type>resource</type><methodname>SRM</methodname>
+ <constructorsynopsis>
      <methodparam><type>string</type><parameter>host</parameter></methodparam>
      <methodparam><type>int</type><parameter>port</parameter></methodparam>
- </methodsynopsis>
+ </constructorsynopsis>
 
     <fieldsynopsis>
      <type>array</type><varname>globals</varname>
@@ -45,11 +44,10 @@
 
    <refsect2 id="class.srm.constructor">
     <title>Constructor</title>
- <methodsynopsis>
- <type>resource</type><methodname>SRM</methodname>
+ <constructorsynopsis>
      <methodparam><type>string</type><parameter>host</parameter></methodparam>
      <methodparam><type>int</type><parameter>port</parameter></methodparam>
- </methodsynopsis>
+ </constructorsynopsis>
     <para>
      The class constructor connects the script to the SRM daemon. There
      are two parameters necessary for this to be accomplished. The
@@ -125,12 +123,12 @@
      <classname>SRMApp</classname>
     </ooclass>
 
- <methodsynopsis>
+ <constructorsynopsis>
      <type>resource</type>
      <methodname>SRMApp</methodname>
      <methodparam><type>resource</type><parameter>srm</parameter></methodparam>
      <methodparam><type>string</type><parameter>application_id</parameter></methodparam>
- </methodsynopsis>
+ </constructorsynopsis>
 
     <fieldsynopsis>
      <type>int</type><varname>handle</varname>
@@ -163,12 +161,11 @@
 
    <refsect2>
     <title>Constructor</title>
- <methodsynopsis>
- <type>resource</type>
+ <constructorsynopsis>
      <methodname>SRMApp</methodname>
      <methodparam><type>object</type><parameter>srm</parameter></methodparam>
      <methodparam><type>string</type><parameter>application_id</parameter></methodparam>
- </methodsynopsis>
+ </constructorsynopsis>
     <para>
      The <parameter>srm</parameter> is an <classname>SRM</classname> object as
      returned by the constructor like so: <literal>$obj = new SRM()</literal>.
Received on Sun Mar 10 00:06:01 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 05:00:03 CET