Skip to content

Commit

Permalink
Add @overload & move its order up (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxxov committed Jul 19, 2023
1 parent 008ae55 commit e474a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
MEMBEROF,
MODULE,
NAMESPACE,
OVERLOAD,
OVERRIDE,
PARAM,
PRIVATE,
Expand Down Expand Up @@ -82,6 +83,7 @@ const TAGS_NAMELESS = [
LICENSE,
MODULE,
NAMESPACE,
OVERLOAD,
OVERRIDE,
PRIVATE_REMARKS,
REMARKS,
Expand All @@ -103,6 +105,7 @@ const TAGS_TYPELESS = [
LICENSE,
MODULE,
NAMESPACE,
OVERLOAD,
OVERRIDE,
PRIVATE_REMARKS,
REMARKS,
Expand Down Expand Up @@ -193,6 +196,7 @@ const TAGS_ORDER = [
CONSTANT,
...TAGS_DEFAULT,
EXTERNAL,
OVERLOAD,
FIRES,
TEMPLATE,
TYPE_PARAM,
Expand Down
2 changes: 2 additions & 0 deletions src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const MEMBER = "member";
const MEMBEROF = "memberof";
const MODULE = "module";
const NAMESPACE = "namespace";
const OVERLOAD = "overload";
const OVERRIDE = "override";
const PARAM = "param";
const PRIVATE = "private";
Expand Down Expand Up @@ -82,6 +83,7 @@ export {
MEMBEROF,
MODULE,
NAMESPACE,
OVERLOAD,
OVERRIDE,
PARAM,
PRIVATE_REMARKS,
Expand Down

0 comments on commit e474a62

Please sign in to comment.