Add @subpackage tag to libraries

This commit is contained in:
Eike Foken
2011-09-21 02:14:54 +02:00
parent 0442f39664
commit 5f5f231b68
6 changed files with 7 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
* Simple library to manage assets. * Simple library to manage assets.
* *
* @package ScattPort * @package ScattPort
* @subpackage Libraries
* @author Eike Foken <kontakt@eikefoken.de> * @author Eike Foken <kontakt@eikefoken.de>
*/ */
class Assets { class Assets {

View File

@@ -38,6 +38,7 @@
* -- * --
* *
* @package ScattPort * @package ScattPort
* @subpackage Libraries
* @author Ryan Grove <ryan@wonko.com> * @author Ryan Grove <ryan@wonko.com>
* @copyright 2002 Douglas Crockford <douglas@crockford.com> (jsmin.c) * @copyright 2002 Douglas Crockford <douglas@crockford.com> (jsmin.c)
* @copyright 2008 Ryan Grove <ryan@wonko.com> (PHP port) * @copyright 2008 Ryan Grove <ryan@wonko.com> (PHP port)

View File

@@ -25,6 +25,7 @@
* Language detection library. * Language detection library.
* *
* @package ScattPort * @package ScattPort
* @subpackage Libraries
* @author Eike Foken <kontakt@eikefoken.de> * @author Eike Foken <kontakt@eikefoken.de>
*/ */
class Lang_detect { class Lang_detect {

View File

@@ -35,6 +35,7 @@
* file_image_maxdim[x,y] * file_image_maxdim[x,y]
* *
* @package ScattPort * @package ScattPort
* @subpackage Libraries
* @author Eike Foken <kontakt@eikefoken.de> * @author Eike Foken <kontakt@eikefoken.de>
*/ */
class MY_Form_validation extends CI_Form_validation { class MY_Form_validation extends CI_Form_validation {

View File

@@ -25,7 +25,8 @@
* Extends CI's session class. * Extends CI's session class.
* *
* @package ScattPort * @package ScattPort
* @author Eike Foken * @subpackage Libraries
* @author Eike Foken <kontakt@eikefoken.de>
*/ */
class MY_Session extends CI_Session { class MY_Session extends CI_Session {

View File

@@ -9,6 +9,7 @@
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
* *
* @package ScattPort * @package ScattPort
* @subpackage Libraries
* @author Vijay Mahrra & Sheikh Ahmed <webmaster@designbyfail.com> * @author Vijay Mahrra & Sheikh Ahmed <webmaster@designbyfail.com>
* @author Eike Foken <kontakt@eikefoken> * @author Eike Foken <kontakt@eikefoken>
* @link http://www.designbyfail.com/ * @link http://www.designbyfail.com/