summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2013-01-15 15:33:34 -0500
committerPaul Arthur <flowerysong00@yahoo.com>2013-01-15 15:56:54 -0500
commitf21f2c6aa672e9ef4176ab522783281a5cd87348 (patch)
tree43a85afb246d22941303df172dabf9b31fad04f1
parent5fb590f6e5528bfcd905719d30e28c865c83c27c (diff)
downloadampache-f21f2c6aa672e9ef4176ab522783281a5cd87348.tar.gz
ampache-f21f2c6aa672e9ef4176ab522783281a5cd87348.tar.bz2
ampache-f21f2c6aa672e9ef4176ab522783281a5cd87348.zip
Cosmetics: kill some more PHPDoc clutter
-rw-r--r--modules/httpq/httpqplayer.class.php14
-rw-r--r--modules/localplay/mpd.controller.php14
-rw-r--r--modules/localplay/vlc.controller.php12
-rw-r--r--modules/plugins/Lastfm.plugin.php18
-rw-r--r--modules/plugins/Librefm.plugin.php18
-rw-r--r--modules/plugins/MusicBrainz.plugin.php18
6 files changed, 2 insertions, 92 deletions
diff --git a/modules/httpq/httpqplayer.class.php b/modules/httpq/httpqplayer.class.php
index cb0afdbb..f0ddc205 100644
--- a/modules/httpq/httpqplayer.class.php
+++ b/modules/httpq/httpqplayer.class.php
@@ -22,25 +22,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category HttpQPlayer
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
/**
* HttpQPlayer Class
*
- * This player controls an instance of HttpQ
- * which in turn controls WinAmp all functions
- * return null on failure
+ * This player controls an instance of httpQ which in turn controls WinAmp
*
- * @category HttpQPlayer
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
class HttpQPlayer {
diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php
index 7e2deaf7..6d172805 100644
--- a/modules/localplay/mpd.controller.php
+++ b/modules/localplay/mpd.controller.php
@@ -1,8 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * AmpacheMpd Class
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -20,24 +18,14 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category AmpacheMpd
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
/**
* AmpacheMpd Class
*
* the Ampache Mpd Controller, this is the glue between
- * the MPD class and the Ampahce Localplay class
+ * the MPD class and the Ampache Localplay class
*
- * @category AmpacheMpd
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
class AmpacheMpd extends localplay_controller {
diff --git a/modules/localplay/vlc.controller.php b/modules/localplay/vlc.controller.php
index f58836ac..6d503fd2 100644
--- a/modules/localplay/vlc.controller.php
+++ b/modules/localplay/vlc.controller.php
@@ -1,8 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * AmpacheVlc Class
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -20,11 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category AmpacheVlc
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
/**
@@ -33,11 +26,6 @@
* This is the class for the vlc localplay method to remote control
* a VLC Instance
*
- * @category AmpacheVlc
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
class AmpacheVlc extends localplay_controller {
diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php
index dbc168dc..4df4553b 100644
--- a/modules/plugins/Lastfm.plugin.php
+++ b/modules/plugins/Lastfm.plugin.php
@@ -1,8 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * AmpacheLastfm Class
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -20,24 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category AmpacheLastfm
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
-/**
- * AmpacheLastfm Class
- *
- * Description here...
- *
- * @category AmpacheLastfm
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
- */
class AmpacheLastfm {
public $name ='Last.FM';
diff --git a/modules/plugins/Librefm.plugin.php b/modules/plugins/Librefm.plugin.php
index 253c60f4..96c88640 100644
--- a/modules/plugins/Librefm.plugin.php
+++ b/modules/plugins/Librefm.plugin.php
@@ -1,8 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * Ampachelibrefm Class
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -20,24 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category Ampachelibrefm
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
-/**
- * Ampachelibrefm Class
- *
- * Description here...
- *
- * @category Ampachelibrefm
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
- */
class Ampachelibrefm {
public $name ='Libre.FM';
diff --git a/modules/plugins/MusicBrainz.plugin.php b/modules/plugins/MusicBrainz.plugin.php
index 54b3c0b6..e4eed0de 100644
--- a/modules/plugins/MusicBrainz.plugin.php
+++ b/modules/plugins/MusicBrainz.plugin.php
@@ -1,8 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * AmpacheMusicBrainz Class
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -20,24 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category AmpacheMusicBrainz
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
-/**
- * AmpacheMusicBrainz Class
- *
- * Description here...
- *
- * @category AmpacheMusicBrainz
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
- */
class AmpacheMusicBrainz {
public $name ='MusicBrainz';