--- nfo/php/libs/org.netfrag.glib/DesignPattern/MVC.php 2003/03/03 21:57:42 1.5 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/MVC.php 2003/03/05 15:24:23 1.6 @@ -3,15 +3,18 @@ /** * This file contains the DesignPattern::MVC class. * - * @author Andreas Motl - * @module DesignPattern::MVC + * @package org.netfrag.glib + * @name DesignPattern::MVC * */ /** - * $Id: MVC.php,v 1.5 2003/03/03 21:57:42 joko Exp $ + * $Id: MVC.php,v 1.6 2003/03/05 15:24:23 joko Exp $ * * $Log: MVC.php,v $ + * Revision 1.6 2003/03/05 15:24:23 joko + * updated docu (phpDocumentor testing....) + * * Revision 1.5 2003/03/03 21:57:42 joko * changed base class * @@ -36,24 +39,20 @@ /** * This tries to abstract some parts of the MVC Pattern. * - * * @author Andreas Motl + * @link http://www.netfrag.org/~joko/ * @copyright (c) 2003 - All Rights reserved. * @license GNU LGPL (GNU Lesser General Public License) - * - * @author-url http://www.netfrag.org/~joko/ - * @license-url http://www.gnu.org/licenses/lgpl.txt + * @link http://www.gnu.org/licenses/lgpl.txt * * @package org.netfrag.glib - * @module DesignPattern::MVC + * @name DesignPattern::MVC * */ /** - * Todo: - * - * o xyz - * o bla, bli, blub + * @todo xyz + * @todo bla, bli, blub * * */