Question

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?

Was it helpful?

Solution

Yes, you can use the <example> tag.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top