소스 검색

phpdoc updates

tokul 21 년 전
부모
커밋
fed1e61d04
4개의 변경된 파일20개의 추가작업 그리고 24개의 파일을 삭제
  1. 8 6
      plugins/administrator/auth.php
  2. 5 8
      plugins/administrator/defines.php
  3. 2 4
      plugins/administrator/index.php
  4. 5 6
      plugins/administrator/setup.php

+ 8 - 6
plugins/administrator/auth.php

@@ -1,12 +1,14 @@
 <?php
-
 /**
- *  This function tell other modules what users have access
- *  to the plugin.
- *  
- *  Philippe Mingo
- *  
+ * Administrator plugin - Authentication routines
+ *
+ * This function tell other modules what users have access
+ * to the plugin.
+ *
  * @version $Id$
+ * @author Philippe Mingo
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage administrator
  */

+ 5 - 8
plugins/administrator/defines.php

@@ -1,14 +1,11 @@
-<?PHP
-
+<?php
 /**
- * defines.php
- *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * Philippe Mingo
+ * Administrator plugin - Option definitions
  *
  * @version $Id$
+ * @author Philippe Mingo
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage administrator
  */

+ 2 - 4
plugins/administrator/index.php

@@ -1,14 +1,12 @@
 <?php
-
 /**
  *  index.php -- Displays the main frameset
  *
- *  Copyright (c) 1999-2004 The SquirrelMail development team
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  *  Redirects to the login page.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage administrator
  */

+ 5 - 6
plugins/administrator/setup.php

@@ -1,14 +1,13 @@
 <?php
-
 /**
- * setup.php
- *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Administrator plugin - Setup script
  *
- *  Administrator plugin. Allows remote administration.  Philippe Mingo
+ * Plugin allows remote administration.
  *
  * @version $Id$
+ * @author Philippe Mingo
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage administrator
  */