root(req, res)
public
Generates the root page on
res. req is ignored.
# File lib/rdoc/servlet.rb, line 325
def root req, res
generator = RDoc::Generator::Darkfish.new nil, @options
res.body = generator.generate_servlet_root installed_docs
res.content_type = 'text/html'
end