MDL-47494 ddmarker: NOBUG fixing and updating tags in phpdoc comments

This commit is contained in:
Jamie Pratt
2012-04-07 14:34:58 +07:00
parent 6a3b599366
commit b409f1990e
19 changed files with 61 additions and 35 deletions
@@ -15,9 +15,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* @package moodlecore
* @subpackage backup-moodle2
* @copyright 2011 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
@@ -15,9 +15,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* @package moodlecore
* @subpackage backup-moodle2
* @copyright 2011 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+3 -2
View File
@@ -18,8 +18,9 @@
* ddmarker question type installation code.
*
* @package qtype
* @subpackage match
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+2 -1
View File
@@ -20,7 +20,8 @@
*
* @package qtype
* @subpackage ddmarker
* @copyright 2012 Jamie Pratt
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -24,7 +24,8 @@ define('QTYPE_DDMARKER_ALLOWED_TAGS_IN_MARKER', '<br><i><em><b><strong><sup><sub
*
* @package qtype
* @subpackage ddmarker
* @copyright 2009 The Open University
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -19,7 +19,8 @@
*
* @package qtype
* @subpackage ddmarker
* @copyright 2012 Jamie Pratt
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -18,7 +18,8 @@
*
* @package qtype
* @subpackage ddmarker
* @copyright 2011 The Open University
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+3 -3
View File
@@ -17,10 +17,10 @@
/**
* Serve question type files
*
* @since 2.0
* @package qtype
* @subpackage essay
* @copyright Dongsheng Cai <[email protected]>
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+4 -2
View File
@@ -17,8 +17,10 @@
/**
* Drag-and-drop markers question definition class.
*
* @package qtype_ddmarker
* @copyright 2009 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+2 -1
View File
@@ -19,7 +19,8 @@
*
* @package qtype
* @subpackage ddmarker
* @copyright 2009 The Open University
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+4 -2
View File
@@ -17,8 +17,10 @@
/**
* Drag-and-drop markers question renderer class.
*
* @package qtype_ddmarker
* @copyright 2010 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+3 -2
View File
@@ -18,8 +18,9 @@
* Admin settings for the Opaque question type.
*
* @package qtype
* @subpackage opaque
* @copyright 2011 The Open University
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+4 -2
View File
@@ -17,8 +17,10 @@
/**
* Drag-and-drop markers classes for dealing with shapes on the server side.
*
* @package qtype_ddmarker
* @copyright 2009 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
abstract class qtype_ddmarker_shape {
+4 -2
View File
@@ -17,8 +17,10 @@
/**
* Test helpers for the drag-and-drop markers question type.
*
* @package qtype_ddmarker
* @copyright 2010 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -17,8 +17,10 @@
/**
* Unit tests for the drag-and-drop markers question definition class.
*
* @package qtype_ddmarker
* @copyright 2010 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -17,8 +17,10 @@
/**
* Unit tests for the drag-and-drop markers question definition class.
*
* @package qtype_ddmarker
* @copyright 2010 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -19,7 +19,8 @@
*
* @package qtype
* @subpackage ddmarker
* @copyright 2010 The Open University
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -17,8 +17,10 @@
/**
* Unit tests for the drag-and-drop markers question type.
*
* @package qtype_ddmarker
* @copyright 2010 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+4 -2
View File
@@ -17,8 +17,10 @@
/**
* Version information for the drag-and-drop markers question type.
*
* @package qtype_ddmarker
* @copyright 2011 The Open University
* @package qtype
* @subpackage ddmarker
* @copyright 2012 The Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/