Skip to content

Commit b878786

Browse files
committed
Explain template change
1 parent bf74c67 commit b878786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yard-template/default/layout/html/objects.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<ul id="alpha_<%= letter %>" class="alpha">
1717
<li class="letter"><%= letter %></li>
1818
<ul>
19+
<%# better sorting on docs/master/_index.html %>
20+
<%# objects.each do |obj| %>
1921
<% objects.sort_by { |o| [o.name, o.namespace.path] }.each do |obj| %>
2022
<li>
2123
<%= linkify obj, obj.name %>

0 commit comments

Comments
 (0)