vote up 1 vote down star

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?

flag

1 Answer

vote up 3 vote down check

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>
link|flag
yep it's pretty much what i wanted. thanks tanascius :) – davsan Jun 9 at 8:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.