Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / decode / koi8-r.php
index fee1ab9a2df4e4ab8d064a610f4e1d859aa2fd08..84628d813d35c7e47fccf8717437643a6384e736 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/koi8-r.php
  * $Id$
  *
  * internal or external distribution as long as this notice remains
  * attached.
  *
+ * @package squirrelmail
+ * @subpackage decode
  */
 
+/**
+ * Decode koi8r strings
+ * @param string $string Encoded string
+ * @return string Decoded string
+ */
 function charset_decode_koi8r ($string) {
     global $default_charset;
 
@@ -184,4 +191,4 @@ function charset_decode_koi8r ($string) {
     return $string;
 }
 
-?>
\ No newline at end of file
+?>