Frage

How can I customize GhostDoc to do the following?

///<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>

Basically I want to prepend the author at the beginning of the comment and append the datetime at the end of the comment.

War es hilfreich?

Lösung

You can do this in the Pro version of GhostDoc but not in the free one.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top