记录 JSON-RPC 端点
我们有一个广泛的 Java API,在我们的服务器上作为 JSON-RPC 端点公开。问题是 API 文档目前必须在 Javadoc 和 JSON-RPC API 中重复。有人知道有一个工具或框架可以自动提取用于 JSON-RPC API 文档的 Javadoc 过程吗?
我们的 JSON-RPC 框架很大程度上是自行开发的。我正在寻找的是任何能让我解析 javadoc 的东西,以便我可以以有意义的方式将 Javadoc 片段包含在我的 API 文档中。
We have an extensive Java API that's exposed as JSON-RPC endpoints on our server. The problem is that the API documentation currently has to be duplicated in Javadoc and JSON-RPC API. Does anybody know of a tool or a framework that can automate the process of extracting Javadoc to be used for a JSON-RPC API documentation?
Our JSON-RPC framework is very much homegrown. What I am looking for is anything that will let me parse the javadocs so that I can include the Javadoc snippets in my API docs in a meaningful way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论