]> git.mjollnir.org Git - moodle.git/commitdiff
mod MDL-19294 Corrected package tags to docs spec
authorsamhemelryk <samhemelryk>
Wed, 27 May 2009 05:33:12 +0000 (05:33 +0000)
committersamhemelryk <samhemelryk>
Wed, 27 May 2009 05:33:12 +0000 (05:33 +0000)
mod/assignment/lib.php
mod/chat/lib.php
mod/choice/lib.php
mod/data/lib.php

index b1db9b0fb5156cd9292208f32f48decc451255d5..60299f48b4b3300d54db103b322824a5fd958ce4 100644 (file)
@@ -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
  */
index b3c6b3827bf121494b00cf2f50ac66e2c2fe8d24..9eac825aebdfb75844c770b1956a78a171db1671 100644 (file)
@@ -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
  */
index 72e89327ee43517af90359567de9253eab2d3753..d7329a6fb81080ccf58816792ea2a3af73351358 100644 (file)
@@ -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
  */
index 36d576079120f22652d96ca723fed0bd741cea73..b9e399417a4b4c78bc08a49a1aec8ef3b78a4549 100755 (executable)
@@ -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
  */