Sha256: 1dc79c19ab5520e7348fe644a04180c1ae84caa60c5b02995bfc5a82963f9cb9
Contents?: true
Size: 725 Bytes
Versions: 1
Compression:
Stored size: 725 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta content="text/html; charset=<%= @options.charset %>" http-equiv="Content-Type" /> <title>Classes/Modules</title> <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" /> </head> <body class="indexpage"> <h1><%= h @options.title %></h1> <p>This is the API documentation for '<%= @options.title %>'.</p> <h2>Classes/Modules</h2> <ul> <% @modsort.each do |klass| %> <li class="<%= klass.type %>"><a href="<%= klass.path %>"><%= klass.full_name %></a></li> <% end %> </ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdoc_chm-3.0.0 | lib/rdoc/generator/template/chm/classindex.rhtml |