MDL-42546 question: fix some bad phpdocs

This commit is contained in:
Dan Poltawski 2013-11-01 12:06:21 +08:00
parent 68291f2d57
commit 472c06f816
5 changed files with 5 additions and 12 deletions

View file

@ -18,8 +18,7 @@
* This file contains the code to analyse all the responses to a particular * This file contains the code to analyse all the responses to a particular
* question. * question.
* *
* @package core * @package core_question
* @subpackage questionbank
* @copyright 2013 Open University * @copyright 2013 Open University
* @author Jamie Pratt <me@jamiep.org> * @author Jamie Pratt <me@jamiep.org>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View file

@ -15,9 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* ${filedescription} * @package core_question
*
* @package ${package}_{subpackage}
* @copyright 2013 The Open University * @copyright 2013 The Open University
* @author James Pratt me@jamiep.org * @author James Pratt me@jamiep.org
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View file

@ -15,9 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* ${filedescription} * @package core_question
*
* @package ${package}_{subpackage}
* @copyright 2013 The Open University * @copyright 2013 The Open University
* @author James Pratt me@jamiep.org * @author James Pratt me@jamiep.org
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View file

@ -18,8 +18,7 @@
* This file contains the code to analyse all the responses to a particular * This file contains the code to analyse all the responses to a particular
* question. * question.
* *
* @package core * @package core_question
* @subpackage questionbank
* @copyright 2013 Open University * @copyright 2013 Open University
* @author Jamie Pratt <me@jamiep.org> * @author Jamie Pratt <me@jamiep.org>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View file

@ -18,8 +18,7 @@
* *
* 'Classes' to classify the sub parts of a question response into. * 'Classes' to classify the sub parts of a question response into.
* *
* @package core * @package core_question
* @subpackage questionbank
* @copyright 2013 The Open University * @copyright 2013 The Open University
* @author James Pratt me@jamiep.org * @author James Pratt me@jamiep.org
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later