I've been an enthusiastic user ever since I've seen "Ghost Doc" :)
The only thing I've been wondering is why I doesnt creates cross-references, eq:
/// <summary>
/// Saves the specified file name.
/// </summary>
/// <param name="FileName">Name of the file as a <see cref="System.String" />.</param>
/// <returns>a <see cref="System.Bool" /></returns>
public bool Save(string FileName)
{
return false;
}