Give the question bank code sensible PHPdocumentor package names.

This commit is contained in:
pichetp
2007-03-21 02:04:53 +00:00
parent 77fa3a0dad
commit 830e47a817
12 changed files with 27 additions and 11 deletions
@@ -1,4 +1,9 @@
<?php
/**
* @package questionbank
* @subpackage questiontypes
*/
class question_dataset_dependent_definitions_form extends moodleform {
/**
* Question object with options and answers already loaded by get_question_options
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
+2 -1
View File
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
+2 -1
View File
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
+2 -1
View File
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -5,7 +5,8 @@
* @copyright &copy; 2007 Jamie Pratt
* @author Jamie Pratt [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*/
/**
@@ -6,7 +6,8 @@ require_once($CFG->dirroot.'/question/type/edit_question_form.php');
* @copyright &copy; 2006 The Open University
* @author [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questions
* @package questionbank
* @subpackage questiontypes
*//** */
/**