开发者

Scheme: API documentation generator?

Javadoc can be used to automatically generate API documentation for Java code, using annotations in the comm开发者_运维技巧ents above each class, method, etc.

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


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


Perhaps you could take a look at this one: SchemeDoc


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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜