Updated package and removed subpackage from PHPDocs
This commit is contained in:
parent
dfbb864ac9
commit
9e36732d5f
12 changed files with 12 additions and 23 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
3
edit.php
3
edit.php
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
3
lib.php
3
lib.php
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
3
view.php
3
view.php
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue