From: tjhunt Date: Mon, 19 Mar 2007 17:22:46 +0000 (+0000) Subject: Give the question bank code sensible PHPdocumentor package names. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4323d02959144b1210ef81b14560d1579668d701;p=moodle.git Give the question bank code sensible PHPdocumentor package names. --- diff --git a/question/backuplib.php b/question/backuplib.php index 8403024aba..51a49dbd85 100644 --- a/question/backuplib.php +++ b/question/backuplib.php @@ -1,5 +1,10 @@ libdir.'/questionlib.php'); diff --git a/question/export.php b/question/export.php index 4437e6cef6..13d9575998 100644 --- a/question/export.php +++ b/question/export.php @@ -1,13 +1,13 @@ libdir.'/questionlib.php'); diff --git a/question/question.php b/question/question.php index 61615236ab..384948838d 100644 --- a/question/question.php +++ b/question/question.php @@ -1,4 +1,4 @@ -libdir . '/questionlib.php'); @@ -25,6 +25,9 @@ require_once($CFG->libdir . '/questionlib.php'); * experiences of the first few question type implementors, and improve the * interface to meet their needs, rather the freeze the API prematurely and * condem everyone to working round a clunky interface for ever afterwards. + * + * @package questionbank + * @subpackage questiontypes */ class default_questiontype {