I'm evaluating DocumentX and am running into an issue where DocumentX is removing carriage returns from comments. So the following xml
/// <summary>
/// First Line - Comments above Guy class - break here
/// Second Line - Here
/// Third line
/// </summary>
result in this in DocumentX
First Line -Comments above Guy class - break here Second Line - Here Third line.
I've surrounded the code in <pre> tags as mentioned in the "DocumentX trims spaces in comments" post and that produces what I want. The "Join multiple comments with" control seems to be what I want, but doesn't work the way I thought. Is the <pre> or some html tag the only way to keep the carriage returns?
Thanks
" --> " -->