Skip to content

Instantly share code, notes, and snippets.

@nowri
Created May 29, 2012 08:12
Show Gist options
  • Save nowri/2823227 to your computer and use it in GitHub Desktop.
Save nowri/2823227 to your computer and use it in GitHub Desktop.
FlashBuilder Comment Template(Flex規約準拠)
//--------------------------------------------------------------------------
//
//
// @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