We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb89b0 commit 1468aeaCopy full SHA for 1468aea
lib/rdoc/generator/template/darkfish/class.rhtml
@@ -94,10 +94,8 @@
94
<%- attributes.each do |attrib| %>
95
<div id="<%= attrib.aref %>" class="method-detail anchor-link">
96
<div class="method-heading attribute-method-heading">
97
- <a href="#<%= attrib.aref %>" title="Link to this attribute">
98
- <span class="method-name"><%= h attrib.name %></span>
99
- <span class="attribute-access-type">[<%= attrib.rw %>]</span>
100
- </a>
+ <a href="#<%= attrib.aref %>" title="Link to this attribute"><span class="method-name"><%= h attrib.name %></span></a>
+ <span class="attribute-access-type" title="<%= attrib.definition %>">[<%= attrib.rw %>]</span>
101
</div>
102
103
<div class="method-description">
0 commit comments