Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / abook_take / setup.php
index 9bdb840950a6f86c9150e2f8ee9c2243f7c4829d..73ca0a5adce61e614bd497e9dda6325e17bdaef1 100755 (executable)
  * message.
  *
  * $Id$
+ * @package plugins
+ * @subpackage abook_take
  */
 
+/**
+ * If SM_PATH isn't defined, define it.  Required to include files.
+ * @ignore
+ */
 if (!defined('SM_PATH'))  {
     define('SM_PATH','../../');
 }
@@ -20,6 +26,9 @@ if (!defined('SM_PATH'))  {
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'functions/url_parser.php');
 
+/**
+ * Initialize the plugin
+ */
 function squirrelmail_plugin_init_abook_take()
 {
     global $squirrelmail_plugin_hooks;