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
+19 -7
View File
@@ -1,14 +1,26 @@
<?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/>.
/**
* Authentication Plugin: FirstClass Authentication
* Authentication using a FirstClass server.
* @package auth_fc
* @author Martin Dougiamas
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package moodle multiauth
*
* Authentication Plugin: FirstClass Authentication
*
* Authentication using a FirstClass server.
*
* 2006-08-28 File created.
*/
if (!defined('MOODLE_INTERNAL')) {