I am using GhostDoc to create my XML comments and I am very happy with the format. I use the following format (c#)
/// <summary>
/// Creates new client.
/// </summary>
/// <param name="uri">The URI.</param>
/// <param name="param">The param.</param>
/// <returns></returns>
Using the code cleanup from R# 7.1.1 it reformats my xml comments, it even inserts new xml comments where there were missing, its really annoying. Is there a way to stop this.
I have created my own profiles for code cleanup and DISABLED everything (even the stylecop settings too) and I do a code cleanup and sure enough it wants to reformat my xml comments and place new ones where they were missing..
Anyone know how to get around this?
Thanks