関数のアノテーションテンプレート


例:
//-----------------------------------------------------------------------------
// Fifo_Read
//-----------------------------------------------------------------------------
//
// Return Value : None
// Parameters   :
//                1) BYTE addr : target address
//                2) unsigned int uNumBytes : number of bytes to unload
//                3) BYTE * pData : read data destination
//
// Read from the selected endpoint FIFO
//
//-----------------------------------------------------------------------------

テンプレート:
//-----------------------------------------------------------------------------
// (   )
//-----------------------------------------------------------------------------
//
// Return Value : (   )

// Parameters   : (    )
//                1) 
//                2) 
//                3) 
//
// -(      )
//
//-----------------------------------------------------------------------------