Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / bug_report / bug_report.php
index a4e997a7fe8d0f61e6ed30303a92f2a0d965bdae..2be94e778bf817efe58a6a19518d74290ba25914 100644 (file)
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
  * $Id$
+ * @package plugins
+ * @subpackage bug_report
  */
 
+/**
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 require_once(SM_PATH . 'include/validate.php');