Updated package and removed subpackage from PHPDocs

This commit is contained in:
Mark Nelson 2013-04-26 15:30:33 +08:00
parent dfbb864ac9
commit 9e36732d5f
12 changed files with 12 additions and 23 deletions

View file

@ -18,8 +18,7 @@
/**
* Customcert module capability definition
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* Definition of log events
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* Definition of sub-plugins.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* Edit the customcert settings.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -27,8 +27,7 @@ MoodleQuickForm::registerElementType('customcert_colourpicker',
/**
* The form for handling the layout of the customcert instance.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* The base class for the customcert elements.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -22,7 +22,7 @@ require_once("HTML/QuickForm/text.php");
/**
* Form element for handling the colour picker.
*
* @package customcert_customcert_colourpicker
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* Language strings for the customcert module.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* Customcert module core interaction API.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -23,8 +23,7 @@ require_once($CFG->dirroot.'/mod/customcert/lib.php');
/**
* Instance add/edit form.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

View file

@ -18,8 +18,7 @@
/**
* Code fragment to define the version of the customcert module
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
*/

View file

@ -18,8 +18,7 @@
/**
* Handles viewing a customcert.
*
* @package mod
* @subpackage customcert
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/