2012-12-04 49 views
0

如何定制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> 

基本上我想在评论的开头预先考虑作者,并在评论末尾添加datetime。

回答

2

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