Quellcode durchsuchen

some phpdoc blocks

tokul vor 21 Jahren
Ursprung
Commit
7411e3a1fe

+ 3 - 3
plugins/filters/filters.php

@@ -22,14 +22,14 @@
  *
  *
  * Also view plugins/README.plugins for more information.
  * Also view plugins/README.plugins for more information.
  *
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @package plugins
  * @subpackage filters
  * @subpackage filters
  */
  */
 
 
 /**
 /**
-*
-*/
+ *
+ */
 function filters_SaveCache () {
 function filters_SaveCache () {
     global $data_dir, $SpamFilters_DNScache;
     global $data_dir, $SpamFilters_DNScache;
 
 

+ 12 - 12
plugins/filters/index.php

@@ -1,17 +1,17 @@
 <?php
 <?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.
-    **
-    **  $Id$
-    * @package plugins
-    * @subpackage filters
-    **/
+/**
+ *  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$
+ * @package plugins
+ * @subpackage filters
+ */
 
 
    header("Location:../../src/login.php\n\n");
    header("Location:../../src/login.php\n\n");
    exit();
    exit();

+ 5 - 2
plugins/filters/options.php

@@ -22,12 +22,15 @@
  *
  *
  * Also view plugins/README.plugins for more information.
  * Also view plugins/README.plugins for more information.
  *
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @package plugins
  * @subpackage filters
  * @subpackage filters
  */
  */
 
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../../');
 define('SM_PATH','../../');
 
 
 /* SquirrelMail required files. */
 /* SquirrelMail required files. */

+ 1 - 1
plugins/filters/setup.php

@@ -21,7 +21,7 @@
  *
  *
  * Also view plugins/README.plugins for more information.
  * Also view plugins/README.plugins for more information.
  *
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @package plugins
  * @subpackage filters
  * @subpackage filters
  */
  */

+ 5 - 2
plugins/filters/spamoptions.php

@@ -21,12 +21,15 @@
  *
  *
  * Also view plugins/README.plugins for more information.
  * Also view plugins/README.plugins for more information.
  *
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @package plugins
  * @subpackage filters
  * @subpackage filters
  */
  */
 
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../../');
 define('SM_PATH','../../');
 
 
 /* SquirrelMail required files. */
 /* SquirrelMail required files. */