فهرست منبع

adding phpdoc blocks

tokul 21 سال پیش
والد
کامیت
5b1743bb61
2فایلهای تغییر یافته به همراه12 افزوده شده و 5 حذف شده
  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.
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
  *
- * $Id$
+ * @version $Id$
+ * @package plugins
+ * @subpackage bug_report
  */
  */
 
 
-
+/**
+ * @ignore
+ */
 define('SM_PATH','../../');
 define('SM_PATH','../../');
 include_once(SM_PATH . 'include/validate.php');
 include_once(SM_PATH . 'include/validate.php');
 
 

+ 6 - 3
plugins/bug_report/system_specs.php

@@ -1,5 +1,4 @@
 <?php
 <?php
-
 /**
 /**
  * This gathers system specification details for use with bug reporting
  * This gathers system specification details for use with bug reporting
  * and anyone else who needs it.
  * and anyone else who needs it.
@@ -9,10 +8,14 @@
  *
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  * 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');
 include_once(SM_PATH . 'include/validate.php');
 global $body;
 global $body;