From bd2b6ad362790adbbb09fd93b795274276cda6a1 Mon Sep 17 00:00:00 2001 From: pichetp Date: Tue, 20 Mar 2007 02:03:18 +0000 Subject: [PATCH] Give the question bank code sensible PHPdocumentor package names. --- question/type/rqp/lib.php | 3 ++- question/type/rqp/remote.php | 3 ++- question/type/rqp/rqp.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.5