views:

22

answers:

1

I am using sandcastle to build my help file.

Is there a way to add code samples from actual C# files? Ideally, I would have C# files with region, reference the region from sandcastle. Sandcastle would then embed the content of the region when building. Is this feasible?

+1  A: 

Yes, you can use the <example> tag.

Here's a reference of tags you can use: Recommended Tags for Documentation Comments

adrift
Interesting but not what I want.
I am looking for a way to reference C# code from AML, not a way to embed samples from C#.