I would like to be able to added a Reviewed tag in to a method comments that is automatically generated by GhostDoc, something like this:
/// <summary>
/// Displays the report link.
/// </summary>
/// <param name="html">The HTML.</param>
/// <param name="id">The id.</param>
/// <returns></returns>
/// <reviewed>Mr Smith</reviewed>
Any ideas or pointers please?