方案:API 文档生成器?

发布于 2024-10-20 07:42:02 字数 161 浏览 3 评论 0原文

Javadoc 可用于自动生成 Java 代码的 API 文档,使用每个类上方注释中的注释、方法等。

同样,是否有任何工具可以从Scheme代码生成API文档?

Javadoc can be used to automatically generate API documentation for Java code, using annotations in the comments above each class, method, etc.

Along those same lines, is there any tool that can generate API documentation from Scheme code?

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

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

发布评论

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

评论(3

吃不饱 2024-10-27 07:42:02

这是对任何有关Scheme 的答案的永恒答案:是的,大约有五十个这样的系统。

其中一个要点是:Racket 的“scribble”系统支持文学编程,这是文档字符串思想的一种更激进的形式。这是一个链接:

http://docs.racket-lang.org/scribble/lp.html

还有很多其他的。

约翰·克莱门茨

Here's the eternal answer to any answer about Scheme: yes, there are about fifty such systems.

One pointer among many: Racket's "scribble" system supports literate programming, a more aggressive form of the docstring idea. Here's a link:

http://docs.racket-lang.org/scribble/lp.html

There are many others.

John Clements

吖咩 2024-10-27 07:42:02

也许您可以看一下这个:SchemeDoc

Perhaps you could take a look at this one: SchemeDoc

黑寡妇 2024-10-27 07:42:02

发布这个问题后,我意识到SchemeDoc实际上链接回Scheme FAQ中的这一部分,其中包含一些工具:

有没有记录Scheme代码的工具?

After posting this question, I realized that SchemeDoc actually links back to this section in the Scheme FAQ, which contains a handful of tools:

Are there any tools for documenting Scheme code?

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