MDL-27523 fix phpdocs packages
authorPetr Skoda <commits@skodak.org>
Mon, 18 Jul 2011 14:03:15 +0000 (16:03 +0200)
committerPetr Skoda <commits@skodak.org>
Mon, 18 Jul 2011 14:03:15 +0000 (16:03 +0200)
mod/scorm/report/basic/lang/en/scormreport_basic.php
mod/scorm/report/basic/report.php
mod/scorm/report/basic/version.php
mod/scorm/report/default.php
mod/scorm/report/reportlib.php

index 76eb35a..cbc68d3 100644 (file)
 /**
  * Strings for component 'scorm_basic' report plugin
  *
- * @package   scorm_basic
- * @author    Ankit Kumar Agarwal
- * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ * @package    scormreport
+ * @subpackage basic
+ * @author     Ankit Kumar Agarwal
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
 $string['pluginname'] = 'Basic Report';
index fb6568b..8a4c0b3 100644 (file)
 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 /**
  * Core Report class of basic reporting plugin
- * @package   scorm_basic
- * @author    Dan Marsden and Ankit Kumar Agarwal
- * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ * @package    scormreport
+ * @subpackage basic
+ * @author     Dan Marsden and Ankit Kumar Agarwal
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
 defined('MOODLE_INTERNAL') || die();
index 5612b98..6397b88 100644 (file)
 /**
  * Defines the version of scorm_basic
  *
- * @package   scorm_basic
- * @author    Ankit Kumar Agarwal
- * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ * @package    scormreport
+ * @subpackage basic
+ * @author     Ankit Kumar Agarwal
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
 defined('MOODLE_INTERNAL') || die();
index 12481ac..de1c7f1 100644 (file)
 // You should have received a copy of the GNU General Public License
 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 /**
- * @package   scorm_basic
- * @author    Ankit Kumar Agarwal
- * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ * @package    mod
+ * @subpackage scorm
+ * @author     Ankit Kumar Agarwal
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 ////////////////////////////////////////////////////////////////////
 /// Default class for Scorm plugins
index b22e81a..7e72104 100644 (file)
 
 /**
  * Returns an array of reports to which are currently readable.
- * @package   scorm
- * @author    Ankit Kumar Agarwal
- * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ * @package    mod
+ * @subpackage scorm
+ * @author     Ankit Kumar Agarwal
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
 defined('MOODLE_INTERNAL') || die();