Created
May 29, 2012 08:12
-
-
Save nowri/2823227 to your computer and use it in GitHub Desktop.
FlashBuilder Comment Template(Flex規約準拠)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-------------------------------------------------------------------------- | |
// | |
// | |
// @author : ${user} | |
// @date : ${date} | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Class constants | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Class variables | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Class accessors(a-z, getter -> setter) | |
// | |
//-------------------------------------------------------------------------- | |
//---------------------------------- | |
// accessor name | |
//---------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Class methods | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Constructor | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Variables | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Override Accessors(a-z, getter -> setter) | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Accessors(a-z, getter -> setter) | |
// | |
//-------------------------------------------------------------------------- | |
//---------------------------------- | |
// accessor name | |
//---------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Override methods | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Methods | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Override Event Handler | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// Event Handler | |
// | |
//-------------------------------------------------------------------------- | |
//-------------------------------------------------------------------------- | |
// | |
// ETC | |
// | |
//-------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment