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

View file

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

View file

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

View file

@ -18,8 +18,7 @@
/** /**
* Edit the customcert settings. * Edit the customcert settings.
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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. * The form for handling the layout of the customcert instance.
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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. * The base class for the customcert elements.
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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. * Form element for handling the colour picker.
* *
* @package customcert_customcert_colourpicker * @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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. * Language strings for the customcert module.
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */

View file

@ -18,8 +18,7 @@
/** /**
* Customcert module core interaction API. * Customcert module core interaction API.
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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. * Instance add/edit form.
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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 * Code fragment to define the version of the customcert module
* *
* @package mod * @package mod_customcert
* @subpackage customcert
* @copyright Mark Nelson <markn@moodle.com> * @copyright Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
*/ */

View file

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