mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
jsdoc: ignore constructor if the class is a namespace.
This commit is contained in:
parent
6e8824f7bb
commit
75620403d8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
{+processInlineTags(data.classDesc)+}
|
||||
</div>
|
||||
<!-- ============================== constructors ========================= -->
|
||||
<if test="!/(Event|Style)/.test(data.alias)">
|
||||
<if test="!/(Event|Style)/.test(data.alias) && !data.isNamespace">
|
||||
<div class="reference-members"><h2>Constructors</h2>
|
||||
<div id="{+data.classId+}" class="member">
|
||||
<div id="{+data.classId+}-link" class="member-link">
|
||||
|
|
Loading…
Reference in a new issue