自动评论文件中的所有公共成员

发布于 2024-07-17 07:57:29 字数 184 浏览 3 评论 0原文

我已将警告打开为错误,现在我需要对所有公共方法进行 XML 注释。

只是为了让我的程序编译,我现在只想放置占位符。

无论如何,是否可以自动将 XML 注释添加到类或文件中的所有公共成员中。

我看到 Ghost 文档,它为您提供了很好的自动生成的 XML 注释,但它看起来仍然一次只处理一个成员。

I have turned on warnings as errors and now i need to XML comment all of my public methods.

just to get my program compiling, i just want to put placeholders for now.

Is there anyway to automatically add XML comments to all of the public members in a class or a file.

I see ghost doc which gives you good autogenerated XML comments but it still looks like it only does one member at a time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痴梦一场 2024-07-24 07:57:29

You could turn off the specific warning for the lack of comments with /nowarn.

痴情 2024-07-24 07:57:29

关闭 Xml 注释,直到您完成添加它们。

或者您可以编写一个应用程序来为您生成它们。 或者使用代码片段。

Turn off the Xml comments until you have completed adding them in.

Or you could write an app to generate them for you. Or use a code snippet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文