mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-34864 improve enrol_category phpdocs
This commit is contained in:
parent
455748c882
commit
6c326e2b19
9 changed files with 77 additions and 68 deletions
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
|
@ -16,10 +15,9 @@
|
|||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* category enrolment plugin settings and presets.
|
||||
* Category enrolment plugin settings and presets.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage category
|
||||
* @package enrol_category
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
@ -35,4 +33,3 @@ if ($ADMIN->fulltree) {
|
|||
//--- enrol instance defaults ----------------------------------------------------------------------------
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue