olivier Hericord
2005-Dec-18 12:45 UTC
how to generate the api documentation localy with the same frameset as the online version?
hi how to generate the api documentation localy with the same frameset ...i mean to be abble to have files classes and methods listing on left. thanks
Eero Saynatkari
2005-Dec-18 18:20 UTC
Re: how to generate the api documentation localy with the sa
olivier Hericord wrote:> hi > > how to generate the api documentation localy with the same frameset > ...i mean to be abble to have files classes and methods listing on > left.I think Rails API docs use Jamis Buck''s ''jamis.rb'' template. No link, but you should be able to find it on Google. Just install it somewhere and supply --template ''/path/to/jamis.rb'' to RDoc.> thanksE -- Posted via http://www.ruby-forum.com/.
Eero Saynatkari
2005-Dec-18 18:29 UTC
Re: how to generate the api documentation localy with the sa
olivier Hericord wrote:> hi > > how to generate the api documentation localy with the same frameset > ...i mean to be abble to have files classes and methods listing on > left.The template used is Jamis Buck''s ''jamis.rb''. Just save it somewhere and supply --template ''/path/to/jamis.rb'' to RDoc. Another switch you probably want is -S, which generates the source code inline instead of a separate frame.> thanksE -- Posted via http://www.ruby-forum.com/.