文件头注释和函数头注释

文件头注释:
/*-------------------------------------------------------------------------
This confidential and proprietary software may be only used as authorized
by a licensing agreement from Tao.
(C) COPYRIGHT 2013 Tao. ALL RIGHTS RESERVED
Filename			:		.cpp
Author				:		Tao
Data				:		2013-08-31
Version				:		1.0
Description			:		
Modification History	:
Data			By			Version			Change Description
===========================================================================
13/08/31		Tao	        1.0				Original
--------------------------------------------------------------------------*/



函数头注释:
/*--------------------------------------------------------------------------------------
Function	: void SitoInit()
Description :
Parameter	: Null
Return		: Null
Behavior	: 
---------------------------------------------------------------------------------------*/
原文地址:https://www.cnblogs.com/tao560532/p/3292750.html