Skip to content

Commit 62ead6e

Browse files
committed
Merge pull request #787 from dart-lang/property-type
Document property types on the right like methods.
2 parents 850536e + 0485579 commit 62ead6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/templates/_property.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dt id="{{htmlId}}" class="property">
2-
<span class="top-level-variable-type">{{{ linkedReturnType }}}</span>
32
{{#isInherited}}{{>name_summary}}{{/isInherited}}{{^isInherited}}{{{linkedName}}}{{/isInherited}}
3+
<span class="signature">&#8594; {{{ linkedReturnType }}}</span>
44
</dt>
55
<dd>
66
{{>readable_writable}}

0 commit comments

Comments
 (0)