Sha256: edd323b6375df85c302f2a3316db0c6cab82fe6368cdb1d7af343cd9f67afc1c

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

<body id="top" role="document" class="file">
<%= render '_sidebar_toggle.rhtml' %>

<nav id="navigation" role="navigation">
  <div id="project-navigation">
    <%= render '_sidebar_navigation.rhtml' %>
    <%= render '_sidebar_search.rhtml' %>
  </div>

  <%= render '_sidebar_pages.rhtml' %>
  <%= render '_sidebar_classes.rhtml' %>

  <%= render '_footer.rhtml' %>
</nav>

<main role="main">
<%- if @options.main_page and
      main_page = @files.find { |f| f.full_name == @options.main_page } then %>
<%= main_page.description %>
<%- else -%>
<p>This is the API documentation for <%= h @title %>.
<%- end -%>
</main>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdoc-6.8.1 lib/rdoc/generator/template/darkfish/index.rhtml
rdoc-6.8.0 lib/rdoc/generator/template/darkfish/index.rhtml