Add @subpackage tag to libraries
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user