编码规范--方法注释

/* ============================================================
 Function :  CStdGrfx::shadowPen
 Description : Returns a pen with the current 3d shadow
     color ('dark grey').
 Access :  Public
     
 Return :  CPen* - The pen
 Parameters : none

 Usage :   Static function.

============================================================*/

 

(1)Function

函数名---类名:方法名

 

(2)Description

方法处理描述

 

(3)Access

访问级别

 

(4)Return

返回值

 

(5)Parameters

参数

 

(6)Usage

使用方法

你可能感兴趣的:(编码规范--方法注释)