reformatting/wrapping xml doc comments with code cleanup
When I perform a code clean up with the option to reformat embedded xml doc comments, Resharper (6.1.38.146) does not do what I have configured it to do.
I have the following code
/// <summary> /// this is a summary comment with a lot of text. It should be wrapped at column 90 when I reformat it, but that does not seem to happen. /// </summary> /// <param name="xs"> </param> /// <param name="ys"> </param> /// <returns> </returns> public IVideoFeature GetVideoFeature(int xs, int ys) { throw new NotImplementedException(); }
The summary text should wrap, but it does not. I have the following options enabled for a custom clean up profile:
reformat code: yes
reformat embedded xml doc comments: yes
And XML -> Formatting Style
Wrap Long Lines: yes
Right Margin: 90
Wrap inside text: yes
I would appreciate any help.
Thanks,
Phil
Please sign in to leave a comment.