Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您需要将 XML 文档 注释添加到您的代码,然后在 Visual Studio 项目构建选项(“构建”选项卡)中勾选“XML 文档文件”复选框,将这些注释提取到 XML 文件中。
尝试 AtomineerUtils 或 GhostDoc 帮助您快速轻松地创建/更新 xml 文档注释。
You need to add XML Documentation comments to your code, and then in your Visual Studio project build options ("Build" tab) tick the "XML documentation file" checkbox to extract those comments to the XML file.
Try AtomineerUtils or GhostDoc to help you to create/update the xml documentation comments quickly and easily.