方案:API 文档生成器?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是对任何有关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
也许您可以看一下这个:SchemeDoc
Perhaps you could take a look at this one: SchemeDoc
发布这个问题后,我意识到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?