MDL-30988 ajax: Fixed up phpdocs package in ajax scripts

This commit is contained in:
Sam Hemelryk
2012-02-23 14:38:52 +13:00
parent e757f51864
commit 4a3ecbb25e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
/**
* Library functions to facilitate the use of ajax JavaScript in Moodle.
*
* @package moodlecore
* @package core
* @copyright 2009 Tim Hunt
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+1 -1
View File
@@ -20,7 +20,7 @@
* in XML format back to a page from an AJAX call
*
* @since 2.0
* @package moodlecore
* @package core
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/