----------------------------------方法2--------写在函数前---------------------
/*!
Copies bytes from a source memory area to a destination memory area,
where both areas may not overlap.
@param [out] dest
The memory area to copy to.
@param [in] src
The memory area to copy from.
@param [in] n
The number of bytes to copy
@return void
*/
----------------------------------方法3--------写在函数前---------------------
//! InitWinVersion static member function.
/*!
\sa 参见
\param void.
\return WORD 如果==0 系统版本太低 must be running on Windows 2000 or higer
*/
----------------------------------方法4--------写在函数后---------------------
const char member(char c,int n) throw(std:ut_of_range) {}
/*! \fn const char member(char c,int n)
* \brief A member function.
* \param c a character.
* \param n an integer.
* \exception std:ut_of_range parameter is out of range.
* \return a character pointer.
*/
注释模板--快速插入方法
Visual Assist X Options 对话框
Advanced
Suggestions
Edit VA Snippets([snipit]小片、片段、不知天高地厚的年轻人)
注释模板--文件模板