Skip to content

Commit 0b6bbea

Browse files
authored
Add tooltip to attribute type
1 parent ffb89b0 commit 0b6bbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/darkfish/class.rhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<div class="method-heading attribute-method-heading">
9797
<a href="#<%= attrib.aref %>" title="Link to this attribute">
9898
<span class="method-name"><%= h attrib.name %></span>
99-
<span class="attribute-access-type">[<%= attrib.rw %>]</span>
10099
</a>
100+
<span class="attribute-access-type" title="<%= attrib.definition %>">[<%= attrib.rw %>]</span>
101101
</div>
102102

103103
<div class="method-description">

0 commit comments

Comments
 (0)