Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / administrator / options.php
index 1198c3551212801a4c84f868e5d7b00a91e2e45a..7f95e5b6831952b10d28e7c05db70b2509888063 100644 (file)
@@ -9,8 +9,13 @@
  * Philippe Mingo
  *
  * $Id$
+ * @package plugins
+ * @subpackage administrator
  */
 
+/**
+ * parse the config file
+ */
 function parseConfig( $cfg_file ) {
 
     global $newcfg;
@@ -195,6 +200,7 @@ function change_to_sm_path($old_path) {
 
 /* ---------------------- main -------------------------- */
 
+/** @ignore */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */