summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/access.class.php2
-rw-r--r--lib/class/ajax.class.php2
-rw-r--r--lib/class/album.class.php2
-rw-r--r--lib/class/ampachemail.class.php2
-rw-r--r--lib/class/ampacherss.class.php2
-rw-r--r--lib/class/api.class.php2
-rw-r--r--lib/class/art.class.php2
-rw-r--r--lib/class/artist.class.php2
-rw-r--r--lib/class/browse.class.php2
-rw-r--r--lib/class/catalog.class.php2
-rw-r--r--lib/class/config.class.php2
-rw-r--r--lib/class/core.class.php2
-rw-r--r--lib/class/database_object.abstract.php2
-rw-r--r--lib/class/dba.class.php2
-rw-r--r--lib/class/democratic.class.php2
-rw-r--r--lib/class/error.class.php2
-rw-r--r--lib/class/flag.class.php2
-rw-r--r--lib/class/localplay.abstract.php2
-rw-r--r--lib/class/localplay.class.php2
-rw-r--r--lib/class/media.interface.php2
-rw-r--r--lib/class/playlist.class.php2
-rw-r--r--lib/class/plugin.class.php2
-rw-r--r--lib/class/preference.class.php2
-rw-r--r--lib/class/query.class.php2
-rw-r--r--lib/class/radio.class.php2
-rw-r--r--lib/class/random.class.php2
-rw-r--r--lib/class/rating.class.php2
-rw-r--r--lib/class/recommendation.class.php2
-rw-r--r--lib/class/registration.class.php2
-rw-r--r--lib/class/scrobbler.class.php2
-rw-r--r--lib/class/shoutbox.class.php2
-rw-r--r--lib/class/song.class.php2
-rw-r--r--lib/class/stats.class.php2
-rw-r--r--lib/class/stream.class.php2
-rw-r--r--lib/class/tag.class.php2
-rw-r--r--lib/class/tmpplaylist.class.php2
-rw-r--r--lib/class/update.class.php2
-rw-r--r--lib/class/user.class.php2
-rw-r--r--lib/class/vainfo.class.php2
-rw-r--r--lib/class/vauth.class.php2
-rw-r--r--lib/class/video.class.php2
-rw-r--r--lib/class/xmldata.class.php2
42 files changed, 42 insertions, 42 deletions
diff --git a/lib/class/access.class.php b/lib/class/access.class.php
index 659696e1..e0c75ab1 100644
--- a/lib/class/access.class.php
+++ b/lib/class/access.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Access Class
*
* PHP version 5
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php
index 3f99bce1..56b62236 100644
--- a/lib/class/ajax.class.php
+++ b/lib/class/ajax.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Ajax Class
*
* PHP version 5
diff --git a/lib/class/album.class.php b/lib/class/album.class.php
index ef789e3e..7018b1aa 100644
--- a/lib/class/album.class.php
+++ b/lib/class/album.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Access Class
*
* PHP version 5
diff --git a/lib/class/ampachemail.class.php b/lib/class/ampachemail.class.php
index 1d0dcbfb..798f4588 100644
--- a/lib/class/ampachemail.class.php
+++ b/lib/class/ampachemail.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* AmpacheMail Class
*
* PHP version 5
diff --git a/lib/class/ampacherss.class.php b/lib/class/ampacherss.class.php
index c37154d3..3c5687b8 100644
--- a/lib/class/ampacherss.class.php
+++ b/lib/class/ampacherss.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* AmpacheRSS Class
*
* PHP version 5
diff --git a/lib/class/api.class.php b/lib/class/api.class.php
index 5fdae597..508d38c2 100644
--- a/lib/class/api.class.php
+++ b/lib/class/api.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Api Class
*
* PHP version 5
diff --git a/lib/class/art.class.php b/lib/class/art.class.php
index e55bde43..e6075b36 100644
--- a/lib/class/art.class.php
+++ b/lib/class/art.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Art Class
*
* PHP version 5
diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php
index 7d5713f6..63023d45 100644
--- a/lib/class/artist.class.php
+++ b/lib/class/artist.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Artist Class
*
* PHP version 5
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index d3a51519..56eda8b7 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Browse Class
*
* PHP version 5
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index 462290d9..4ceec4e4 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Catalog Class
*
* PHP version 5
diff --git a/lib/class/config.class.php b/lib/class/config.class.php
index 8e94c7bc..d05d9125 100644
--- a/lib/class/config.class.php
+++ b/lib/class/config.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Config Class
*
* PHP version 5
diff --git a/lib/class/core.class.php b/lib/class/core.class.php
index 8d469f4d..724a8560 100644
--- a/lib/class/core.class.php
+++ b/lib/class/core.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Core Class
*
* PHP version 5
diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php
index 95395969..37e7c6fe 100644
--- a/lib/class/database_object.abstract.php
+++ b/lib/class/database_object.abstract.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* database_object Class
*
* PHP version 5
diff --git a/lib/class/dba.class.php b/lib/class/dba.class.php
index 16efb3d2..35f034e7 100644
--- a/lib/class/dba.class.php
+++ b/lib/class/dba.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Dba Class
*
* PHP version 5
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php
index b4b63201..576c6ccd 100644
--- a/lib/class/democratic.class.php
+++ b/lib/class/democratic.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Democratic Class
*
* PHP version 5
diff --git a/lib/class/error.class.php b/lib/class/error.class.php
index 2cf962ac..e12afe48 100644
--- a/lib/class/error.class.php
+++ b/lib/class/error.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Error Class
*
* PHP version 5
diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php
index 642e4623..f1053a7b 100644
--- a/lib/class/flag.class.php
+++ b/lib/class/flag.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Flag Class
*
* PHP version 5
diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php
index 20c1f889..892be378 100644
--- a/lib/class/localplay.abstract.php
+++ b/lib/class/localplay.abstract.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* localplay_controller Class
*
* PHP version 5
diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php
index 4f9e53bf..9c11ff60 100644
--- a/lib/class/localplay.class.php
+++ b/lib/class/localplay.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Localplay Class
*
* PHP version 5
diff --git a/lib/class/media.interface.php b/lib/class/media.interface.php
index b2b79a2c..7cc92760 100644
--- a/lib/class/media.interface.php
+++ b/lib/class/media.interface.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* media Interface
*
* PHP version 5
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index ded0ac03..6624540c 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Playlist Class
*
* PHP version 5
diff --git a/lib/class/plugin.class.php b/lib/class/plugin.class.php
index bd19e73a..b6b8b6b2 100644
--- a/lib/class/plugin.class.php
+++ b/lib/class/plugin.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Plugin Class
*
* PHP version 5
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php
index e63b245b..7c210481 100644
--- a/lib/class/preference.class.php
+++ b/lib/class/preference.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Preference Class
*
* PHP version 5
diff --git a/lib/class/query.class.php b/lib/class/query.class.php
index 1854ceeb..898e8029 100644
--- a/lib/class/query.class.php
+++ b/lib/class/query.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Query Class
*
* PHP version 5
diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php
index 8838d99b..43fa3300 100644
--- a/lib/class/radio.class.php
+++ b/lib/class/radio.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Radio Class
*
* PHP version 5
diff --git a/lib/class/random.class.php b/lib/class/random.class.php
index cbeb6719..575cf8fb 100644
--- a/lib/class/random.class.php
+++ b/lib/class/random.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Random Class
*
* PHP version 5
diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php
index 739210d7..ad72c6bc 100644
--- a/lib/class/rating.class.php
+++ b/lib/class/rating.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Rating Class
*
* PHP version 5
diff --git a/lib/class/recommendation.class.php b/lib/class/recommendation.class.php
index 03965e9c..01b9544f 100644
--- a/lib/class/recommendation.class.php
+++ b/lib/class/recommendation.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Recommendation Class
*
* PHP version 5
diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php
index 8c091f0a..f4bce3e2 100644
--- a/lib/class/registration.class.php
+++ b/lib/class/registration.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Registration Class
*
* PHP version 5
diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php
index 1a0f94a9..582cfbf9 100644
--- a/lib/class/scrobbler.class.php
+++ b/lib/class/scrobbler.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* scrobbler Class
*
* PHP version 5
diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php
index 1fa9f462..22a4427c 100644
--- a/lib/class/shoutbox.class.php
+++ b/lib/class/shoutbox.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* shoutBox Class
*
* PHP version 5
diff --git a/lib/class/song.class.php b/lib/class/song.class.php
index 2dcca593..776a8fbf 100644
--- a/lib/class/song.class.php
+++ b/lib/class/song.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Song Class
*
* PHP version 5
diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php
index c9f1d8e9..0d709acd 100644
--- a/lib/class/stats.class.php
+++ b/lib/class/stats.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Stats Class
*
* PHP version 5
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 35ee973f..0595975b 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Stream Class
*
* PHP version 5
diff --git a/lib/class/tag.class.php b/lib/class/tag.class.php
index 0067aeec..53607a55 100644
--- a/lib/class/tag.class.php
+++ b/lib/class/tag.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Tag Class
*
* PHP version 5
diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php
index c5b00602..34f02abe 100644
--- a/lib/class/tmpplaylist.class.php
+++ b/lib/class/tmpplaylist.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* TmpPlaylist Class
*
* PHP version 5
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index c6e0d125..0dc1f726 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Update Class
*
* PHP version 5
diff --git a/lib/class/user.class.php b/lib/class/user.class.php
index bc41820b..0a36a6f4 100644
--- a/lib/class/user.class.php
+++ b/lib/class/user.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* User Class
*
* PHP version 5
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index 9c4f8dc8..20bb1471 100644
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* vainfo Class
*
* PHP version 5
diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php
index e0035c0d..f27067a0 100644
--- a/lib/class/vauth.class.php
+++ b/lib/class/vauth.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* vauth Class
*
* PHP version 5
diff --git a/lib/class/video.class.php b/lib/class/video.class.php
index 3979e6ea..2a11896c 100644
--- a/lib/class/video.class.php
+++ b/lib/class/video.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Video Class
*
* PHP version 5
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index 6698e72c..354379e3 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* xmlData Class
*
* PHP version 5