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:
@@ -28,7 +28,11 @@ import flash.events.Event;
|
||||
*/
|
||||
public class MessageReceivedEvent extends EZEvent
|
||||
{
|
||||
/** The type of all MessageReceivedEvents. */
|
||||
/**
|
||||
* The type of all MessageReceivedEvents.
|
||||
*
|
||||
* @eventType msgReceived
|
||||
*/
|
||||
public static const MESSAGE_RECEIVED :String = "msgReceived";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user