MDL-47494 ddmarker: NOBUG some fixes to php doc comments

This commit is contained in:
Jamie Pratt
2012-03-31 10:25:13 +07:00
parent d4e4c3131d
commit 44f16ef16d
2 changed files with 5 additions and 6 deletions
@@ -15,11 +15,11 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* This page lets admins check the environment requirements for this question type.
* This page lets admin convert imagetarget questions to the ddmarker question type.
*
* @package qtype
* @subpackage pmatch
* @copyright 2012 The Open University
* @subpackage ddmarker
* @copyright 2012 Jamie Pratt
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+2 -3
View File
@@ -1,5 +1,4 @@
<?php
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
@@ -19,8 +18,8 @@
* These classes handle transforming arrays of records into a linked tree of contexts, categories and questions.
*
* @package qtype
* @subpackage pmatch
* @copyright 2012 The Open University
* @subpackage ddmarker
* @copyright 2012 Jamie Pratt
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
abstract class qtype_ddmarker_list_item {