0

如何自定义 GhostDoc 以执行以下操作?

///<author>Moo</author>
///<summary>
/// Gets the user by ID.
///</summary>
///<param name=”ID”&gt;The ID.</param>
///<returns></returns>
///<datetime>12/4/2012-11:23 AM</datetime>

基本上我想在评论的开头加上作者,在评论的最后加上日期时间。

4

1 回答 1

2

您可以在 GhostDoc 的专业版中执行此操作,但不能在免费版中执行此操作。

于 2012-12-28T06:32:55.740 回答