编码规范--方法注释

来源:互联网 发布:nodejs php java 编辑:程序博客网 时间:2024/05/29 17:43

/* ============================================================
 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

使用方法

原创粉丝点击