mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21249 improved php docs package+subpackage info in mod/lesson
This commit is contained in:
parent
21b8089c8b
commit
cc3dbaaa30
45 changed files with 198 additions and 153 deletions
|
@ -18,9 +18,10 @@
|
|||
/**
|
||||
* Standard library of functions and constants for lesson
|
||||
*
|
||||
* @package lesson
|
||||
* @package mod
|
||||
* @subpackage lesson
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
**/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue