Fixed asdoc bug. Boy it's annoying when this happens, asdoc just

gives "Error #1083" without telling you what happened or even which file.

Take note: you can't just invent "@" tags, asdoc freaks out if you use one
it doesn't understand.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4957 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-03-05 02:32:00 +00:00
parent e1ee1162f9
commit 8a35738654
+2 -1
View File
@@ -32,7 +32,8 @@ public class ArrayUtil
{
/**
* Creates a shallow copy of the array.
* @TODO: add support for copy ranges and deep copies?
*
* @internal TODO: add support for copy ranges and deep copies?
*/
public static function copyOf (arr :Array) :Array
{