MDL-30975 Docs - whitespace fixes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* Capabilities
|
||||
*
|
||||
*
|
||||
* Defines capablities related to logs
|
||||
*
|
||||
* @package report_log
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
|
||||
/**
|
||||
* Post installation and migration code.
|
||||
*
|
||||
*
|
||||
* Contains code that are run during the installation of report/logs
|
||||
*
|
||||
*
|
||||
* @package report_log
|
||||
* @copyright 2011 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
@@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
/**
|
||||
* Contains codes to be run during installation of report/logs
|
||||
*
|
||||
*
|
||||
* @global moodle_database $DB
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Produces a graph of log accesses for a user
|
||||
*
|
||||
* Generates an image representing the log data in a graphical manner for a user.
|
||||
*
|
||||
*
|
||||
* @package report_log
|
||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* Lang strings.
|
||||
*
|
||||
*
|
||||
* Language strings to be used by report/logs
|
||||
*
|
||||
* @package report_log
|
||||
|
||||
+2
-2
@@ -18,7 +18,7 @@
|
||||
* Public API of the log report.
|
||||
*
|
||||
* Defines the APIs used by log reports
|
||||
*
|
||||
*
|
||||
* @package report_log
|
||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
@@ -133,4 +133,4 @@ function report_log_page_type_list($pagetype, $parentcontext, $currentcontext) {
|
||||
'report-log-user' => get_string('page-report-log-user', 'report_log')
|
||||
);
|
||||
return $array;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Links and settings
|
||||
*
|
||||
* Contains settings used by logs report.
|
||||
*
|
||||
*
|
||||
* @package report_log
|
||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Version info
|
||||
*
|
||||
* This File contains information about the current version of report/logs
|
||||
*
|
||||
*
|
||||
* @package report_log
|
||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Capabilities
|
||||
*
|
||||
* This files lists capabilites related to report_logline
|
||||
*
|
||||
*
|
||||
* @package report_loglive
|
||||
* @copyright 2011 Petr Skoda
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Displays live view of recent logs
|
||||
*
|
||||
* This file generates live view of recent logs.
|
||||
*
|
||||
*
|
||||
* @package report_loglive
|
||||
* @copyright 2011 Petr Skoda
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Lang strings.
|
||||
*
|
||||
* Language strings used by report_loglive
|
||||
*
|
||||
*
|
||||
* @package report_loglive
|
||||
* @copyright 2011 Petr Skoda
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Links and settings
|
||||
*
|
||||
* This file contains links and settings used by report_loglive
|
||||
*
|
||||
*
|
||||
* @package report_loglive
|
||||
* @copyright 2011 Petr Skoda
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* Version info
|
||||
*
|
||||
* This file contains version information about report_loglive
|
||||
*
|
||||
*
|
||||
* @package report_loglive
|
||||
* @copyright 2011 Petr Skoda
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
Reference in New Issue
Block a user