diff --git a/backup/moodle2/backup_attendance_activity_task.class.php b/backup/moodle2/backup_attendance_activity_task.class.php index 3e7703f..762fe71 100644 --- a/backup/moodle2/backup_attendance_activity_task.class.php +++ b/backup/moodle2/backup_attendance_activity_task.class.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . /** - * Class {@link backup_attendance_activity_task} definition + * Class {@see backup_attendance_activity_task} definition * * @package mod_attendance * @copyright 2011 Artem Andreev diff --git a/backup/moodle2/backup_attendance_stepslib.php b/backup/moodle2/backup_attendance_stepslib.php index 51945ff..67e90f4 100644 --- a/backup/moodle2/backup_attendance_stepslib.php +++ b/backup/moodle2/backup_attendance_stepslib.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . /** - * Defines all the backup steps that will be used by {@link backup_attendance_activity_task} + * Defines all the backup steps that will be used by {@see backup_attendance_activity_task} * * @package mod_attendance * @copyright 2011 Artem Andreev diff --git a/backup/moodle2/restore_attendance_activity_task.class.php b/backup/moodle2/restore_attendance_activity_task.class.php index 28c1ec1..5276988 100644 --- a/backup/moodle2/restore_attendance_activity_task.class.php +++ b/backup/moodle2/restore_attendance_activity_task.class.php @@ -84,9 +84,9 @@ class restore_attendance_activity_task extends restore_activity_task { /** * Define the restore log rules that will be applied - * by the {@link restore_logs_processor} when restoring + * by the {@see restore_logs_processor} when restoring * attendance logs. It must return one array - * of {@link restore_log_rule} objects + * of {@see restore_log_rule} objects */ static public function define_restore_log_rules() { $rules = array(); @@ -97,9 +97,9 @@ class restore_attendance_activity_task extends restore_activity_task { /** * Define the restore log rules that will be applied - * by the {@link restore_logs_processor} when restoring + * by the {@see restore_logs_processor} when restoring * course logs. It must return one array - * of {@link restore_log_rule} objects + * of {@see restore_log_rule} objects * * Note this rules are applied when restoring course logs * by the restore final task, but are defined here at diff --git a/classes/structure.php b/classes/structure.php index 022bda6..6e4cbfe 100644 --- a/classes/structure.php +++ b/classes/structure.php @@ -109,7 +109,7 @@ class mod_attendance_structure { * with a full database record (course should not be stored in instances table anyway). * * @param stdClass $dbrecord Attandance instance data from {attendance} table - * @param stdClass $cm Course module record as returned by {@link get_coursemodule_from_id()} + * @param stdClass $cm Course module record as returned by {@see get_coursemodule_from_id()} * @param stdClass $course Course record from {course} table * @param stdClass $context The context of the workshop instance * @param stdClass $pageparams diff --git a/password.php b/password.php index e55baff..45edda0 100644 --- a/password.php +++ b/password.php @@ -17,7 +17,7 @@ /** * Displays help via AJAX call or in a new page * - * Use {@link core_renderer::help_icon()} or {@link addHelpButton()} to display + * Use {@see core_renderer::help_icon()} or {@see addHelpButton()} to display * the help icon. * * @copyright 2017 Dan Marsden diff --git a/password_ajax.php b/password_ajax.php index a0ecc47..de6c9a3 100644 --- a/password_ajax.php +++ b/password_ajax.php @@ -17,7 +17,7 @@ /** * Displays help via AJAX call or in a new page * - * Use {@link core_renderer::help_icon()} or {@link addHelpButton()} to display + * Use {@see core_renderer::help_icon()} or {@see addHelpButton()} to display * the help icon. * * @copyright 2017 Dan Marsden