如何自动将 XML 源注释导出到文本文档?
我一直在使用 XML 注释来记录 VB.Net 中的源代码(当我接触到 C# 时)。 我似乎记得很久以前有人告诉我,有一种方法可以自动将 XML 注释导出到文本文档或其他格式,以便在 Visual Studio 之外轻松引用。 有没有? 它是什么,或者它们是什么?
I have been using XML comments to document my source code in VB.Net (and C# when I get to). I seem to remember someone telling me a long time ago that there was a way to automatically export the XML comments into a text document or other format for easy reference outside of Visual Studio. Is there? What is it, or are they?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个构建设置。
进入项目属性页面,然后打开“生成 XML 文档”。
有关详细信息,请参阅MSDN 此处。
It's a build setting.
Go into the project properties pages, and turn on "Generate XML Documentation".
For details, see MSDN here.