Create doc for rails, plugins, app in a single file
Posted
by Senthil
on Stack Overflow
See other posts from Stack Overflow
or by Senthil
Published on 2010-05-13T03:20:17Z
Indexed on
2010/05/13
3:24 UTC
Read the original article
Hit count: 283
ruby-on-rails
|rdoc
I was wondering what the best option for generating doc for rails, its plugin and the app in one single file that I can navigate. I've been using rdoc but that creates multiple files, yard is too slow and hanna gets stuck at random places. Any help?
© Stack Overflow or respective owner