summaryrefslogtreecommitdiff
path: root/includes/normal/Utf8Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/normal/Utf8Test.php')
-rw-r--r--includes/normal/Utf8Test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/normal/Utf8Test.php b/includes/normal/Utf8Test.php
index 8600d49d..353d11b5 100644
--- a/includes/normal/Utf8Test.php
+++ b/includes/normal/Utf8Test.php
@@ -21,7 +21,7 @@
* Runs the UTF-8 decoder test at:
* http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
*
- * @addtogroup UtfNormal
+ * @ingroup UtfNormal
* @access private
*/
@@ -149,5 +149,3 @@ function testLine( $test, $line, &$total, &$success, &$failed ) {
print str_replace( "\n", "$len\n", $stripped );
}
}
-
-