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>
|
||||
# end -- display_inheritance
|
||||
# if item.display_type then
|
||||
<span class="proptype">($(item.display_type))</span>
|
||||
<span class="proptype">$(item.display_type)</span>
|
||||
# end
|
||||
<span class="baseclass" $(nowrap)>
|
||||
# if item.inherited then
|
||||
|
|
Loading…
Reference in New Issue