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 0b6bbeaCopy full SHA for 0b6bbea
lib/rdoc/generator/template/darkfish/class.rhtml
@@ -96,8 +96,8 @@
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>
+ <span class="attribute-access-type" title="<%= attrib.definition %>">[<%= attrib.rw %>]</span>
101
</div>
102
103
<div class="method-description">
0 commit comments