MDL-42546 question: fix some bad phpdocs

This commit is contained in:
Dan Poltawski
2013-11-01 12:06:43 +08:00
parent 68291f2d57
commit 472c06f816
5 changed files with 5 additions and 12 deletions
@@ -18,8 +18,7 @@
* This file contains the code to analyse all the responses to a particular
* question.
*
* @package core
* @subpackage questionbank
* @package core_question
* @copyright 2013 Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@@ -15,9 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* ${filedescription}
*
* @package ${package}_{subpackage}
* @package core_question
* @copyright 2013 The Open University
* @author James Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@@ -15,9 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* ${filedescription}
*
* @package ${package}_{subpackage}
* @package core_question
* @copyright 2013 The Open University
* @author James Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@@ -18,8 +18,7 @@
* This file contains the code to analyse all the responses to a particular
* question.
*
* @package core
* @subpackage questionbank
* @package core_question
* @copyright 2013 Open University
* @author Jamie Pratt <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@@ -18,8 +18,7 @@
*
* 'Classes' to classify the sub parts of a question response into.
*
* @package core
* @subpackage questionbank
* @package core_question
* @copyright 2013 The Open University
* @author James Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later