XML Tags
Status: Beta
Brought to you by:
inowland
I have just started using this program, and I find it
to be very nice. There is one thing that I have
found so far that would make it more useful to me.
For XML tags that are used for documentaion like
<see cref=""/>, it would be very nice if it didn't
split them across lines.
Example:
/// Not desired
/// blah blah blah <see
/// cref=""/> blah blah
/// Desired
/// blah blah blah
/// <see cref=""/> blah
/// blah
I made some changes to your source to do this. It is
a bit of a hack, but it works. All changes were made
to CommentReflowerObj.cs I'm attaching the file.
I hope that you like the changes and incorporate them
into your software.
Thank you,
Nathan Janken
nathan@lasercamm.com
Revised CommentReflowerObj.cs