...for not documenting my code, that is. I just installed the excellent and free GhostDoc plugin for Visual Studio 2005. Simple and neat, with a right clic on a function prototype this is what is does:
/// <summary>
/// Processes the HTML message.
/// </summary>
/// <param name="message">The message.</param>
/// <returns></returns>
public static string ProcessHtmlMessage(string message)
{
[ ... ]
}
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento