mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
jsdoc: Hide constructors of classes whose name match Event or Style.
This commit is contained in:
parent
373e14dd76
commit
d95342c8b8
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
<p>{+processInlineTags(data.classDesc)+}</p>
|
||||
</div>
|
||||
<!-- ============================== constructors ========================= -->
|
||||
<if test="!/(Event|Style)/.test(data.alias)">
|
||||
<div class="reference-members"><h2>Constructors</h2>
|
||||
<div id="{+data.classId+}" class="member">
|
||||
<div id="{+data.classId+}-link" class="member-link">
|
||||
|
@ -69,6 +70,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<!-- ============================== properties ========================= -->
|
||||
<if test="defined(operators)">
|
||||
|
|
Loading…
Reference in a new issue