MDL-39387 fix /auth phpdocs

This commit is contained in:
Petr Škoda
2013-04-27 15:06:40 +02:00
parent cf5a3296c4
commit a2f10958ff
52 changed files with 299 additions and 185 deletions
+17 -7
View File
@@ -1,15 +1,25 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Anobody can login with any password.
*
* @package auth_none
* @author Martin Dougiamas
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package moodle multiauth
*
* Authentication Plugin: No Authentication
*
* No authentication at all. This method approves everything!
*
* 2006-08-31 File created.
*/
if (!defined('MOODLE_INTERNAL')) {
+1 -2
View File
@@ -1,5 +1,4 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
@@ -16,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'auth_none', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'auth_none', language 'en'.
*
* @package auth_none
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
+1 -2
View File
@@ -17,8 +17,7 @@
/**
* Version information
*
* @package auth
* @subpackage none
* @package auth_none
* @copyright 2011 Petr Skoda (http://skodak.org)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/