mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-42546 question: fix some bad phpdocs
This commit is contained in:
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
|
* 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue