SwaggerHub 中使用 XML 注释的 API 文档
我正在尝试更新 REST API 的 API 文档。
目前,我有 C# Asp.net Web API 代码和 Swashbuckle.AspNetCore。 我正在使用 Visual Studio 在 C# 中编辑和添加 XML 注释来更新 API 文档。
有没有办法使用 SwaggerHub 或其他一些允许我使用 Markdown 的工具来做到这一点。
我在网上没有找到任何解决方案。
I am trying to update API documentation for REST APIs.
Currently, I have a C# Asp.net Web API code and Swashbuckle.AspNetCore.
I am editing and adding XML comments in C# using Visual Studio to update the API documentation.
Is there a way I can do this using SwaggerHub or some other tool that lets me use Markdown.
I have not found any solutions for this online.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SwaggerHub 编辑器支持使用 Markdown 语法进行注释以进行文本格式化。
我建议查看 SwaggerHubs 注释文档以获取更多信息。 https://support.smartbear.com/swaggerhub/docs/collaboration/comments。 html
The SwaggerHub editor supports comments with Markdown syntax for text formatting.
I would suggest checking out SwaggerHubs documentation on Comments for more information. https://support.smartbear.com/swaggerhub/docs/collaboration/comments.html