From 4323d02959144b1210ef81b14560d1579668d701 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 19 Mar 2007 17:22:46 +0000 Subject: [PATCH] Give the question bank code sensible PHPdocumentor package names. --- question/backuplib.php | 7 +++++- question/category.php | 3 +-- question/category_class.php | 12 ++++++---- question/edit.php | 3 +-- question/editlib.php | 23 +++++++++---------- question/export.php | 16 ++++++------- question/format.php | 27 ++++++++++++++-------- question/import.php | 16 ++++++------- question/preview.php | 29 ++++++++++++------------ question/question.php | 5 ++-- question/question2.php | 2 +- question/restorelib.php | 7 +++++- question/showbank.php | 34 ++++++++++++++-------------- question/tabs.php | 11 ++++----- question/type/edit_question_form.php | 6 ++++- question/type/questiontype.php | 23 +++++++++++-------- 16 files changed, 123 insertions(+), 101 deletions(-) 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 { -- 2.39.5