Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
[lhc/web/wiklou.git] / languages / classes / LanguageYue.php
index fc7f233..4191fba 100644 (file)
@@ -8,7 +8,7 @@ class LanguageYue extends Language {
 
                // eventually this should be a word segmentation
                // for now just treat each character as a word
-               // @fixme only do this for Han characters...
+               // @todo Fixme: only do this for Han characters...
                $t = preg_replace(
                                "/([\\xc0-\\xff][\\x80-\\xbf]*)/",
                                " $1", $string);