Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / decode / cp10000.php
index 4da2ba4b4d3de11c6f39d1cdc8efc5815a4cea9d..95c539807d9ff712a981c0b9d8f2ab67ed44ca29 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/cp10000.php
  * $Id$
  *
  *  Date:          04/24/96
  *  Authors:       Lori Brownell <loribr@microsoft.com>
  *                 K.D. Chang    <a-kchang@microsoft.com>
+ * @package squirrelmail
+ * @subpackage decode
  */
 
+/**
+ * Decode cp10000 (MacRoman) string
+ * @param string $string String to decode
+ * @return string $string Decoded string
+ */
 function charset_decode_cp10000 ($string) {
     global $default_charset;
 
@@ -167,4 +174,4 @@ function charset_decode_cp10000 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file
+?>