From: pichetp Date: Tue, 20 Mar 2007 02:03:18 +0000 (+0000) Subject: Give the question bank code sensible PHPdocumentor package names. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bd2b6ad362790adbbb09fd93b795274276cda6a1;p=moodle.git Give the question bank code sensible PHPdocumentor package names. --- diff --git a/question/type/rqp/lib.php b/question/type/rqp/lib.php index 0083a3f837..f94b66f7c0 100644 --- a/question/type/rqp/lib.php +++ b/question/type/rqp/lib.php @@ -7,7 +7,8 @@ * @author Alex Smith and other members of the Serving Mathematics project * {@link http://maths.york.ac.uk/serving_maths} * @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz + * @package questionbank + * @subpackage questiontypes */ diff --git a/question/type/rqp/remote.php b/question/type/rqp/remote.php index 76e1c1cd17..9b968df47e 100644 --- a/question/type/rqp/remote.php +++ b/question/type/rqp/remote.php @@ -6,7 +6,8 @@ * @author Alex Smith and others members of the Serving Mathematics project * {@link http://maths.york.ac.uk/serving_maths} * @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz +* @package questionbank +* @subpackage questiontypes */ // Load functions for the RQP-SOAP binding diff --git a/question/type/rqp/rqp.php b/question/type/rqp/rqp.php index 225a163d6f..d566122502 100644 --- a/question/type/rqp/rqp.php +++ b/question/type/rqp/rqp.php @@ -6,7 +6,8 @@ * @author Alex Smith and others members of the Serving Mathematics project * {@link http://maths.york.ac.uk/serving_maths} * @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz + * @package questionbank + * @subpackage questiontypes */ // Load the SOAP library that gives a unified wrapping to either the native