在帮助文件中嵌入代码区域
我正在使用 sandcastle 来构建我的帮助文件。
有没有办法从实际的 C# 文件添加代码示例? 理想情况下,我会有带有区域的 C# 文件,引用 sandcastle 中的区域。然后,Sandcastle 将在构建时嵌入该区域的内容。 这可行吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 标记。
以下是您可以使用的标签参考:推荐标签获取文档评论
Yes, you can use the <example> tag.
Here's a reference of tags you can use: Recommended Tags for Documentation Comments