From: samhemelryk Date: Wed, 27 May 2009 05:33:12 +0000 (+0000) Subject: mod MDL-19294 Corrected package tags to docs spec X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b2d5a79a3578ac55f0f7b98e67451a8eda29eb00;p=moodle.git mod MDL-19294 Corrected package tags to docs spec --- diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index b1db9b0fb5..60299f48b4 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -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 */ diff --git a/mod/chat/lib.php b/mod/chat/lib.php index b3c6b3827b..9eac825aeb 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -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 */ diff --git a/mod/choice/lib.php b/mod/choice/lib.php index 72e89327ee..d7329a6fb8 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -16,7 +16,7 @@ // along with Moodle. If not, see . /** - * @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 */ diff --git a/mod/data/lib.php b/mod/data/lib.php index 36d5760791..b9e399417a 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -16,7 +16,7 @@ // along with Moodle. If not, see . /** - * @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 */