File tree 2 files changed +9
-7
lines changed
lib/rdoc/generator/template/rorvswild
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
< footer role ="contentinfo ">
2
2
< p > Generated by < a href ="https://ruby.github.io/rdoc/ "> RDoc</ a > <%= RDoc ::VERSION %> . < a href ="https://validator.w3.org/check/referer "> Validate</ a >
3
- < p > < a href ="http://rorvswild.com/theme "> RoRvsWild template</ a > by < a href =" http://deveiate.org " > Antoine Marguerie</ a > .
3
+ < p > < a href ="http://rorvswild.com/theme "> RoRvsWild template</ a > by < b > Antoine Marguerie</ b > .
4
4
</ footer >
Original file line number Diff line number Diff line change 1
- < div class =" nav-section " >
2
- <% if ( class_methods = klass . class_method_list . sort ) . any? % >
1
+ <% if (class_methods = klass.class_method_list.sort).any? % >
2
+ <div class =" nav-section " >
3
3
< h3 > Class Methods</ h3 >
4
4
< ul class ="link-list " role ="directory ">
5
5
<%- class_methods . each do |meth | -%>
6
6
< li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h "::#{ meth . name } " -%> </ a >
7
7
<%- end -%>
8
8
</ ul >
9
- <% end %>
9
+ </ div >
10
+ <% end %>
10
11
11
- <% if ( instance_methods = klass . instance_method_list . sort ) . any? %>
12
+ <% if ( instance_methods = klass . instance_method_list . sort ) . any? %>
13
+ < div class ="nav-section ">
12
14
< h3 > Instance Methods</ h3 >
13
15
< ul class ="link-list " role ="directory ">
14
16
<%- klass . instance_method_list . sort . each do |meth | -%>
15
17
< li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h "##{ meth . name } " -%> </ a >
16
18
<%- end -%>
17
19
</ ul >
18
- <% end % >
19
- </ div >
20
+ </ div >
21
+ <% end % >
You can’t perform that action at this time.
0 commit comments