Szymon Lipiński
Szymon Lipiński

Reputation: 28584

Generating documentation for Ruby

What do you use for generating documentation for your Ruby files?

Upvotes: 5

Views: 235

Answers (3)

Aaron Massey
Aaron Massey

Reputation: 3986

It's definitely worth considering TomDoc, which is used extensively by the folks at GitHub.

Upvotes: 1

Jörg W Mittag
Jörg W Mittag

Reputation: 369428

I use YARD.

Upvotes: 3

Tom Studee
Tom Studee

Reputation: 10452

Use rdoc.

http://rdoc.sourceforge.net/doc/index.html

Upvotes: 3

Related Questions