File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/rdoc/generator/template/darkfish Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 The search index generation is a reusable component through
88 RDoc::Generator::JsonIndex
99 * The table of contents is now a separate page and now shows links to
10- headings inside a page or class.
10+ headings and sections inside a page or class.
1111 * Class pages no longer show the namespace and no longer have file info
1212 pages.
1313 * HTML output is HTML 5.
Original file line number Diff line number Diff line change 1515 < img class ="toc-toggle " src ="images/transparent.png " alt ="" title ="toggle headings ">
1616 < ul class ="initially-hidden ">
1717<% table . each do |heading | %>
18- < li > < a href ="<%= file . path %> # <%= heading . label %> "> <%= heading . plain_html %> </ a >
18+ < li > < a href ="<%= file . path %> # <%= heading . aref %> "> <%= heading . plain_html %> </ a >
1919<% end %>
2020 </ ul >
2121<% end %>
You can’t perform that action at this time.
0 commit comments