Skip to content

Commit 0485579

Browse files
committed
Document property types on the right like methods.
This keeps the property name nice and flush left so it's easy to find.
1 parent 87bb753 commit 0485579

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)