I have a base class with a virtual property which has the following documentation:
/// <summary>
/// Returns a flag indicating whether this action
/// must be invoked on an STA thread.
/// </summary>
/// <value>
/// <see langword="true"/> if this action must be invoked on an STA thread;
/// otherwise, <see langword="false"/>.
/// </value>
When I create a derived class, override the property, and use GhostDoc to insert the documentation, it inserts the following:
/// <summary>
/// Returns a flag indicating whether this action
/// must be invoked on an STA thread.
/// </summary>
/// <value>
/// <see langword="true" /> if this action must be invoked on an STA thread;
/// otherwise,
/// <see langword="false" />.
/// </value>
Why is GhostDoc changing my comments?
VS2013 Pro
GhostDoc 4.9.14093