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