GhostDoc元素排序/定制

时间:2012-12-04 21:07:43

标签: c# ghostdoc

如何自定义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>

基本上我想在评论的开头添加作者,并在评论的末尾添加日期时间。

1 个答案:

答案 0 :(得分:2)

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