i'm generating documentation files from the xml comments of my c# code, by using sandcastle help file builder. do you know how to include code examples into the help file, like msdn style?
Did you try the <example>
and <code>
tags? It should do what you want.
<summary> ... </summary>
<example>This is a code example:
<code> ... </code>
</example>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With