<% $stderr.sync = true %>
<%= h @options.title %>
This is the API documentation for '<%= @options.title %>'.
<% simple_files = @files.select {|tl| tl.parser == RDoc::Parser::Simple } %> <% unless simple_files.empty? then %>
Files
<% simple_files.sort.each do |file| %>
<%= h file.base_name %>
<% end %>
<% end %>