From 4aa256cb07ee2dd0a113b56b06accf1dae2c61c7 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 4 Apr 2011 17:37:10 -0400 Subject: Clean up some PHPDoc crap Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. --- lib/class/artist.class.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/class/artist.class.php') diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index 63023d45..6007dd3f 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -3,7 +3,6 @@ /** * Artist Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Artist * @package Ampache - * @author Karl Vollmer * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Artist * @package Ampache - * @author Karl Vollmer * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Artist extends database_object { -- cgit