1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

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.
This commit is contained in:
Paul Arthur 2011-04-04 17:37:10 -04:00
parent 012006b3cf
commit 4aa256cb07
289 changed files with 258 additions and 1909 deletions

View file

@ -3,7 +3,6 @@
/**
* Ampachelibrefm Class
*
* PHP version 5
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@ -22,13 +21,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* @category Ampachelibrefm
* @package Plugins
* @author Karl Vollmer <vollmer@ampache.org>
* @package Ampache
* @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
*/
/**
@ -37,13 +33,10 @@
* Description here...
*
* @category Ampachelibrefm
* @package Plugins
* @author Karl Vollmer <vollmer@ampache.org>
* @package Ampache
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
* @version Release:
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
class Ampachelibrefm {