From 3e41565343ed22082136de5133f997eae52527b9 Mon Sep 17 00:00:00 2001 From: temp Date: Mon, 5 May 2008 20:05:23 +0000 Subject: [PATCH] phpdocs fixes git-svn-id: svn://netflint.net/xmpphp@36 ef36c318-a008-4979-b6e8-6b496270793b --- XMPPHP/Log.php | 5 +++++ XMPPHP/XMLObj.php | 6 ++++++ XMPPHP/XMLStream.php | 6 ++++++ XMPPHP/XMPP.php | 6 ++++++ 4 files changed, 23 insertions(+) diff --git a/XMPPHP/Log.php b/XMPPHP/Log.php index 110911d..8aa8131 100644 --- a/XMPPHP/Log.php +++ b/XMPPHP/Log.php @@ -18,7 +18,10 @@ * along with XMPPHP; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz */ @@ -26,6 +29,8 @@ * XMPPHP Log * * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/XMLObj.php b/XMPPHP/XMLObj.php index fc5b441..1b499e5 100644 --- a/XMPPHP/XMLObj.php +++ b/XMPPHP/XMLObj.php @@ -18,14 +18,20 @@ * along with XMPPHP; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz */ /** * XMPPHP XML Object * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/XMLStream.php b/XMPPHP/XMLStream.php index a899610..dc55499 100644 --- a/XMPPHP/XMLStream.php +++ b/XMPPHP/XMLStream.php @@ -18,7 +18,10 @@ * along with XMPPHP; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz */ @@ -34,7 +37,10 @@ require_once 'Log.php'; /** * XMPPHP XML Stream * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/XMPP.php b/XMPPHP/XMPP.php index 38cddbd..8115beb 100644 --- a/XMPPHP/XMPP.php +++ b/XMPPHP/XMPP.php @@ -18,7 +18,10 @@ * along with XMPPHP; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz */ @@ -28,7 +31,10 @@ require_once "XMLStream.php"; /** * XMPPHP Main Class * + * @category xmpphp * @package XMPPHP + * @author Nathanael C. Fritz + * @author Stephan Wentz * @copyright Copyright (C) 2008 Nathanael C. Fritz * @version $Id$ */