From 8a35738654a1676543ca8240b0623bece9695649 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 5 Mar 2008 02:32:00 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/util/ArrayUtil.as | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/ArrayUtil.as b/src/as/com/threerings/util/ArrayUtil.as index d149a0d33..2b8c9d03b 100644 --- a/src/as/com/threerings/util/ArrayUtil.as +++ b/src/as/com/threerings/util/ArrayUtil.as @@ -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 {