<% $stderr.sync = true %>

<%= h @options.title %>

<% if @options.main_page && main_page = @files.find { |f| f.full_name == @options.main_page } then %>
<%= main_page.description.sub(%r{^\s*}i, '') %>
<% else %>

This is the API documentation for '<%= @options.title %>'.

<% end %> <% simple_files = @files.select {|tl| tl.parser == RDoc::Parser::Simple } %> <% unless simple_files.empty? then %>

Files

<% end %>

Classes/Modules

Methods

[Validate]

Generated with the Darkfish Rdoc Generator <%= RDoc::Generator::Darkfish::VERSION %>.