RDoc format

Hello all,

One format of RDocs comes with a very useful [ show source ] link for
each
method. Example (http://api.rubyonrails.com/ ). Another format of
RDocs we
often see does not provide those links. Here’s an example (
corevx.com) Far less useful.

How can one specify the RDoc format so that, for example, when one runs
gem_server the format of RDocs provided is the former?

Thanks.

Brian B.

DÅ?a Sobota 18 Február 2006 15:45 Brian B. napísal:

Thanks.

Brian B.

Passing the -S or --inline-source option to RDoc does that. It has to be
done
when the documentation is generated. The format is actually identical,
just
the HTML templates and CSS is different, I think.

David V.