Skip to content

Commit 68093e3

Browse files
committed
feat: add support for @hideconstructor tag (fixes #96)
1 parent 39918c8 commit 68093e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

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)