Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
[lhc/web/wiklou.git] / languages / classes / LanguageGan.php
index f454105..151a99c 100644 (file)
@@ -142,7 +142,7 @@ class LanguageGan extends LanguageZh {
 
                // 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);