Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / mail_fetch / setup.php
index 8155251c330d9e70560abffe78790285f2f0991c..cfe8c60671fc79e33b004fb5c03c9849df39a4f0 100644 (file)
@@ -9,10 +9,16 @@
     **  Setup of the mailfetch plugin.
     **
     **  $Id$
+    * @package plugins
+    * @subpackage mail_fetch
     **/
-
+    
+    /**  */
     require_once(SM_PATH . 'plugins/mail_fetch/functions.php' );
 
+    /**
+     * Initialize the plugin
+     */
     function squirrelmail_plugin_init_mail_fetch() {
         global $squirrelmail_plugin_hooks;