mod MDL-19294 Corrected package tags to docs spec
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
* This class provides all the functionality for an assignment
|
||||
*
|
||||
* @package moodlecore
|
||||
* @package mod-assignment
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -40,7 +40,7 @@ DEFINE ('ASSIGNMENT_COUNT_LETTERS', 2);
|
||||
/**
|
||||
* Standard base class for all assignment submodules (assignment types).
|
||||
*
|
||||
* @package moodlecore
|
||||
* @package mod-assignment
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -2038,7 +2038,7 @@ class assignment_base {
|
||||
} ////// End of the assignment_base class
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-assignment
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -3242,7 +3242,7 @@ function assignment_get_extra_capabilities() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-assignment
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+2
-2
@@ -18,7 +18,7 @@
|
||||
/**
|
||||
* Library of functions and constants for module chat
|
||||
*
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -1023,7 +1023,7 @@ function chat_get_extra_capabilities() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+4
-4
@@ -16,7 +16,7 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -40,7 +40,7 @@ define ('DATA_CAP_EXPORT', 'mod/data:viewalluserpresets');
|
||||
// In Moodle >= 2, new roles may be introduced and used instead.
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -2192,7 +2192,7 @@ function clean_preset($folder) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
@@ -2935,7 +2935,7 @@ function data_pluginfile($course, $cminfo, $context, $filearea, $args) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @package moodlecore
|
||||
* @package mod-chat
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user