MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage

This commit is contained in:
David Mudrak
2010-09-30 14:44:33 +00:00
parent ac0f8f4559
commit 65601f04a3
84 changed files with 347 additions and 246 deletions
+4 -3
View File
@@ -18,9 +18,10 @@
/**
* The configuration variables for "Random allocation" subplugin
*
* @package mod-workshopallocation-random
* @copyright 2009 David Mudrak <[email protected]om>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package workshopallocation
* @subpackage random
* @copyright 2009 David Mudrak <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();