Pārlūkot izejas kodu

adding phpdoc blocks

tokul 20 gadi atpakaļ
vecāks
revīzija
6045b0938f

+ 9 - 0
plugins/newmail/config-sample.php

@@ -1,4 +1,13 @@
 <?php
+/**
+ * SquirrelMail NewMail plugin
+ *
+ * Sample configuration file
+ * @version $Id$
+ * @package plugins
+ * @subpackage new_mail
+ */
+
 // Set $allowsound to false if you don't want sound files available
 $newmail_allowsound = true;
 

+ 9 - 0
plugins/newmail/config_default.php

@@ -1,4 +1,13 @@
 <?php
+/**
+ * SquirrelMail NewMail plugin
+ *
+ * Default configuration file
+ * @version $Id$
+ * @package plugins
+ * @subpackage new_mail
+ */
+
 // Set $allowsound to false if you don't want sound files available
 global $newmail_allowsound;
 $newmail_allowsound = true;

+ 4 - 1
plugins/newmail/loadfile.php

@@ -8,7 +8,10 @@
  * @subpackage new_mail
  */
 
-/** define SM_PATH */
+/**
+ * define SM_PATH 
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 /** Load squirrelmail functions */