In my .NET XML comments on methods and classes, I try to provide usage examples in <example><code></code></example>
blocks. When I use Sandcastle to generate a .chm documentation file using my XML documentation, it's always formatted nicely and respects the newlines in my <code>
blocks. However, when I browse the classes and methods in Visual Studio's Object Browser, everything runs together in one line and the font is all the same (no monospace for code). Is this due to something I'm failing to do in my XML comments, or is the Object Browser just dumb? I'm specifically using Visual Studio 2008 Team System.
Asked
Active
Viewed 757 times
5

Sarah Vessels
- 30,930
- 33
- 155
- 222
1 Answers
2
Huh! Faced the same problem. I have "googled" it and found that it is "knowing bug" and team of vs2010 promised to solve this problem in next versions (service packs?).

Dao
- 2,784
- 3
- 28
- 36
-
1Did you find a bug report on Connect? If so, please post the link. I'd love to vote for it, and I'm sure so would many of my peers here on SO! – Cody Gray - on strike Apr 04 '11 at 16:02