doc: Do not add parentheses arpund property types.
They provide no value.
This commit is contained in:
parent
2cf64c5afd
commit
5f9bd77bd9
|
@ -217,7 +217,7 @@
|
||||||
</span>
|
</span>
|
||||||
# end -- display_inheritance
|
# end -- display_inheritance
|
||||||
# if item.display_type then
|
# if item.display_type then
|
||||||
<span class="proptype">($(item.display_type))</span>
|
<span class="proptype">$(item.display_type)</span>
|
||||||
# end
|
# end
|
||||||
<span class="baseclass" $(nowrap)>
|
<span class="baseclass" $(nowrap)>
|
||||||
# if item.inherited then
|
# if item.inherited then
|
||||||
|
|
Loading…
Reference in New Issue