【发布时间】:2012-12-04 21:07:43
【问题描述】:
如何自定义 GhostDoc 以执行以下操作?
///<author>Moo</author>
///<summary>
/// Gets the user by ID.
///</summary>
///<param name=”ID”>The ID.</param>
///<returns></returns>
///<datetime>12/4/2012-11:23 AM</datetime>
基本上我想在评论的开头加上作者,在评论的最后加上日期时间。
【问题讨论】: