Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / info / setup.php
index 6d757c458791e45a50b9c12477bb6ffba095dbb5..c5476bd54a70bf6b15cbb269d89af40470f9cba5 100644 (file)
@@ -1,13 +1,17 @@
 <?php
 
 <?php
 
-/* setup file for the IMAP server info plugin
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+/** setup file for the IMAP server info plugin
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  * by: Jason Munro jason@stdbev.com
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  * by: Jason Munro jason@stdbev.com
- *
+ * 
+ * $Id$
+ * @package plugins
+ * @subpackage info
  */
 
  */
 
+/** @ignore */
 require_once (SM_PATH . 'plugins/info/functions.php');
 
 function squirrelmail_plugin_init_info() {
 require_once (SM_PATH . 'plugins/info/functions.php');
 
 function squirrelmail_plugin_init_info() {