mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
adjust some comments to work with phpdocumentor. :)
git-svn-id: file:///svn/phpbb/trunk@6595 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -214,12 +214,12 @@ class utf_normalizer
|
||||
/**
|
||||
* Recompose a UTF string
|
||||
*
|
||||
* @param string $str Unchecked UTF string
|
||||
* @param integer $pos Position of the first UTF char (in bytes)
|
||||
* @param integer $len Length of the string (in bytes)
|
||||
* @param array $qc Quick-check array, passed by reference but never modified
|
||||
* @param array $decomp_map Decomposition mapping, passed by reference but never modified
|
||||
* @return string The string, validated and recomposed
|
||||
* @param string $str Unchecked UTF string
|
||||
* @param integer $pos Position of the first UTF char (in bytes)
|
||||
* @param integer $len Length of the string (in bytes)
|
||||
* @param array &$qc Quick-check array, passed by reference but never modified
|
||||
* @param array &$decomp_map Decomposition mapping, passed by reference but never modified
|
||||
* @return string The string, validated and recomposed
|
||||
*
|
||||
* @access private
|
||||
*/
|
||||
@@ -916,11 +916,11 @@ class utf_normalizer
|
||||
/**
|
||||
* Decompose a UTF string
|
||||
*
|
||||
* @param string $str UTF string
|
||||
* @param integer $pos Position of the first UTF char (in bytes)
|
||||
* @param integer $len Length of the string (in bytes)
|
||||
* @param array $decomp_map Decomposition mapping, passed by reference but never modified
|
||||
* @return string The string, decomposed and sorted canonically
|
||||
* @param string $str UTF string
|
||||
* @param integer $pos Position of the first UTF char (in bytes)
|
||||
* @param integer $len Length of the string (in bytes)
|
||||
* @param array &$decomp_map Decomposition mapping, passed by reference but never modified
|
||||
* @return string The string, decomposed and sorted canonically
|
||||
*
|
||||
* @access private
|
||||
*/
|
||||
|
Reference in New Issue
Block a user