doc: Do not add parentheses arpund property types.

They provide no value.
This commit is contained in:
Emmanuel Lepage Vallee 2020-02-29 21:08:42 -05:00
parent 2cf64c5afd
commit 5f9bd77bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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