How to generate Ruby documentation using different template?

Posted by htanata on Stack Overflow See other posts from Stack Overflow or by htanata
Published on 2009-04-01T08:34:17Z Indexed on 2010/04/21 15:23 UTC
Read the original article Hit count: 198

I want to generate the Ruby documentation with hanna template.

How to do that? Or where can I download it if it's available at all?

Using

rdoc -o ~/doc --inline-source --line-numbers --format=html --template=hanna

gives me docs with missing methods. It seems like it doesn't generate methods written in C.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about documentation-generation