From: David Vallner Date: 2006-02-19T00:33:05+09:00 Subject: Re: RDoc format Dňa Sobota 18 Február 2006 15:45 Brian Buckley napísal: > 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 ( > http://corevx.com/bioruby/doc/) 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 Buckley 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 Vallner