Skip to content

Commit

Permalink
MDL-27523 fix phpdocs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 18, 2011
1 parent d6a1c91 commit 5e85f7b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 4 additions & 3 deletions mod/scorm/report/basic/lang/en/scormreport_basic.php
Expand Up @@ -17,9 +17,10 @@
/**
* 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';
Expand Down
7 changes: 4 additions & 3 deletions mod/scorm/report/basic/report.php
Expand Up @@ -15,9 +15,10 @@
// 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();
Expand Down
7 changes: 4 additions & 3 deletions mod/scorm/report/basic/version.php
Expand Up @@ -18,9 +18,10 @@
/**
* 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();
Expand Down
7 changes: 4 additions & 3 deletions mod/scorm/report/default.php
Expand Up @@ -14,9 +14,10 @@
// 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
Expand Down
7 changes: 4 additions & 3 deletions mod/scorm/report/reportlib.php
Expand Up @@ -16,9 +16,10 @@

/**
* 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();
Expand Down

0 comments on commit 5e85f7b

Please sign in to comment.