Skip to content

Commit 692d4b9

Browse files
authored
feat: add support for @hideconstructor tag (fixes #96)
feat: add support for @hideconstructor tag (fixes #96)
2 parents 39918c8 + 23ba6b3 commit 692d4b9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.README/rules/check-tag-names.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ file
2929
fires
3030
function
3131
global
32+
hideconstructor
3233
ignore
3334
implements
3435
inheritdoc

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ file
695695
fires
696696
function
697697
global
698+
hideconstructor
698699
ignore
699700
implements
700701
inheritdoc

src/tagNames.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default {
4646
'method'
4747
],
4848
global: [],
49+
hideconstructor: [],
4950
ignore: [],
5051
implements: [],
5152
inheritdoc: [],

0 commit comments

Comments
 (0)