Added a bunch of @private tags to remove clutter from the game API docs.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@545 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2008-01-10 00:28:43 +00:00
parent 989d145b1d
commit 249e5174ad
14 changed files with 103 additions and 15 deletions
@@ -62,7 +62,7 @@ public class SizeChangedEvent extends EZEvent
return new SizeChangedEvent(_gameCtrl, _size.clone());
}
/** Our implementation details. */
/** Our implementation details. @private */
protected var _size: Point;
}
}