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
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
3
edit.php
3
edit.php
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
3
lib.php
3
lib.php
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
3
view.php
3
view.php
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue