开发者

Scheme: API documentation generator?

开发者 https://www.devze.com 2023-02-15 03:35 出处:网络
Javadoc can be used to automatically generate API documentation for Java code, using annotations in the comm开发者_运维技巧ents above each class, method, etc.

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

精彩评论

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