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:
@@ -32,7 +32,8 @@ public class ArrayUtil
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Creates a shallow copy of the array.
|
* 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
|
public static function copyOf (arr :Array) :Array
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user