Browse Source

adding phpdoc blocks

tokul 21 years ago
parent
commit
5b1743bb61
2 changed files with 12 additions and 5 deletions
  1. 6 2
      plugins/bug_report/show_system_specs.php
  2. 6 3
      plugins/bug_report/system_specs.php

+ 6 - 2
plugins/bug_report/show_system_specs.php

@@ -8,10 +8,14 @@
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
- * $Id$
+ * @version $Id$
+ * @package plugins
+ * @subpackage bug_report
  */
 
-
+/**
+ * @ignore
+ */
 define('SM_PATH','../../');
 include_once(SM_PATH . 'include/validate.php');
 

+ 6 - 3
plugins/bug_report/system_specs.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * This gathers system specification details for use with bug reporting
  * and anyone else who needs it.
@@ -9,10 +8,14 @@
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
- * $Id$
+ * @version $Id$
+ * @package plugins
+ * @subpackage bug_report
  */
 
-
+/**
+ * load required libraries
+ */
 include_once(SM_PATH . 'include/validate.php');
 global $body;