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$ */