Added @eventType tags to the event type constants.
AsDoc is crappy: the @eventType tag has two different syntaxes, depending on whether you're using it to comment an [Event] declared by a class, or the type constant. Also: this is pointless, asdoc should be able to get this value using the other @eventType tag, but instead we have to be redundant, possibly making a mistake. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@547 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -31,7 +31,11 @@ import flash.geom.Point;
|
||||
*/
|
||||
public class SizeChangedEvent extends EZEvent
|
||||
{
|
||||
/** The type of this event. */
|
||||
/**
|
||||
* The type of this event.
|
||||
*
|
||||
* @eventType SizeChanged
|
||||
*/
|
||||
public static const SIZE_CHANGED :String = "SizeChanged";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user