Documentation changes.

This commit is contained in:
tomas 2005-01-10 04:14:32 +00:00
parent 5a373a388b
commit 00dcb2f9ca
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.1 $ Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/Prefs.php,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/Prefs.php,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@ class Prefs{
/** /**
* Constructor * Constructor
* *
* @param gb, GreenBox object reference * @param gb object, GreenBox object reference
*/ */
function Prefs(&$gb) function Prefs(&$gb)
{ {

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.2 $ Version : $Revision: 1.3 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -1227,8 +1227,8 @@ class XR_LocStor extends LocStor{
* fields: * fields:
* <ul> * <ul>
* <li> sessid : string - session id </li> * <li> sessid : string - session id </li>
* <li> key : string - preference key:<br> * <li> key : string - preference key </li>
* <ul> * </ul>
* *
* On success, returns a XML-RPC struct with single field: * On success, returns a XML-RPC struct with single field:
* <ul> * <ul>
@ -1276,9 +1276,9 @@ class XR_LocStor extends LocStor{
* fields: * fields:
* <ul> * <ul>
* <li> sessid : string - session id </li> * <li> sessid : string - session id </li>
* <li> key : string - preference key:<br> * <li> key : string - preference key </li>
* <li> value : string - preference value:<br> * <li> value : string - preference value </li>
* <ul> * </ul>
* *
* On success, returns a XML-RPC struct with single field: * On success, returns a XML-RPC struct with single field:
* <ul> * <ul>