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
|
||||
* question.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage questionbank
|
||||
* @package core_question
|
||||
* @copyright 2013 Open University
|
||||
* @author Jamie Pratt <me@jamiep.org>
|
||||
* @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 me@jamiep.org
|
||||
* @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 me@jamiep.org
|
||||
* @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 <me@jamiep.org>
|
||||
* @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 me@jamiep.org
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue