Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sandcastle 来构建我的帮助文件。
有没有办法从实际的 C# 文件中添加代码示例?理想情况下,我会有带有区域的 C# 文件,从沙堡引用该区域。然后 Sandcastle 将在构建时嵌入该区域的内容。这可行吗?
是的,您可以使用<example>标记。
以下是您可以使用的标签参考: 推荐的文档评论标签