Skip to content

Commit

Permalink
Add overload to ignored tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 19, 2023
1 parent 015de24 commit 1487f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
- Removed `--logger` option, to disable all logging, set the `logLevel` option to `none`.
- Dropped support for legacy `[[link]]`s, removed deprecated `Reflection.findReflectionByName`.
- Internal links are now only resolved with declaration references.
- Added `@overload` to default ignored tags.

### API Breaking Changes

Expand Down
1 change: 1 addition & 0 deletions src/lib/utils/options/sources/typedoc.ts
Expand Up @@ -309,6 +309,7 @@ export function addTypeDocOptions(options: Pick<Options, "addDeclaration">) {
"@virtual",
"@privateRemarks",
"@satisfies",
"@overload",
],
validate(value) {
if (!Validation.validate([Array, Validation.isTagString], value)) {
Expand Down

0 comments on commit 1487f67

Please sign in to comment.