phpdocs fixes
git-svn-id: svn://netflint.net/xmpphp@36 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
parent
6a22b7b14c
commit
3e41565343
@ -18,7 +18,10 @@
|
|||||||
* along with XMPPHP; if not, write to the Free Software
|
* along with XMPPHP; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -26,6 +29,8 @@
|
|||||||
* XMPPHP Log
|
* XMPPHP Log
|
||||||
*
|
*
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -18,14 +18,20 @@
|
|||||||
* along with XMPPHP; if not, write to the Free Software
|
* along with XMPPHP; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* XMPPHP XML Object
|
* XMPPHP XML Object
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,10 @@
|
|||||||
* along with XMPPHP; if not, write to the Free Software
|
* along with XMPPHP; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -34,7 +37,10 @@ require_once 'Log.php';
|
|||||||
/**
|
/**
|
||||||
* XMPPHP XML Stream
|
* XMPPHP XML Stream
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -18,7 +18,10 @@
|
|||||||
* along with XMPPHP; if not, write to the Free Software
|
* along with XMPPHP; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -28,7 +31,10 @@ require_once "XMLStream.php";
|
|||||||
/**
|
/**
|
||||||
* XMPPHP Main Class
|
* XMPPHP Main Class
|
||||||
*
|
*
|
||||||
|
* @category xmpphp
|
||||||
* @package XMPPHP
|
* @package XMPPHP
|
||||||
|
* @author Nathanael C. Fritz <JID: fritzy@netflint.net>
|
||||||
|
* @author Stephan Wentz <JID: stephan@jabber.wentz.it>
|
||||||
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
* @copyright Copyright (C) 2008 Nathanael C. Fritz
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user