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
@@ -21,9 +21,10 @@
* The allocation logic itself is delegated to allocators - subplugins in ./allocation
* folder.
*
* @package mod-workshop
* @copyright 2009 David Mudrak <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod
* @subpackage workshop
* @copyright 2009 David Mudrak <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once(dirname(dirname(dirname(__FILE__))).'/config.php');