phpdocs fixes

git-svn-id: svn://netflint.net/xmpphp@38 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
temp 2008-05-05 20:08:45 +00:00
parent 74848c2e7f
commit 1a4d1756c1
5 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@
* @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 2008 Nathanael C. Fritz
*/
/**
@ -32,7 +32,7 @@
* @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 2008 Nathanael C. Fritz
* @version $Id$
*/
class XMPPHP_Exception extends Exception {

View File

@ -22,7 +22,7 @@
* @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 2008 Nathanael C. Fritz
*/
/**
@ -31,7 +31,7 @@
* @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 2008 Nathanael C. Fritz
* @version $Id$
*/
class XMPPHP_Log {

View File

@ -22,7 +22,7 @@
* @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 2008 Nathanael C. Fritz
*/
/**
@ -32,7 +32,7 @@
* @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 2008 Nathanael C. Fritz
* @version $Id$
*/
class XMPPHP_XMLObj {

View File

@ -22,7 +22,7 @@
* @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 2008 Nathanael C. Fritz
*/
/** XMPPHP_Exception */
@ -41,7 +41,7 @@ require_once 'Log.php';
* @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 2008 Nathanael C. Fritz
* @version $Id$
*/
class XMPPHP_XMLStream {

View File

@ -22,7 +22,7 @@
* @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 2008 Nathanael C. Fritz
*/
/** XMPPHP_XMLStream */
@ -35,7 +35,7 @@ require_once "XMLStream.php";
* @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 2008 Nathanael C. Fritz
* @version $Id$
*/
class XMPPHP_XMPP extends XMPPHP_XMLStream {