Skip to content

Commit 0065d97

Browse files
committed
Remove hideLegend option
1 parent 2d255db commit 0065d97

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/lib/utils/options/declaration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export interface TypeDocOptionMap {
100100
gaSite: string;
101101
githubPages: boolean;
102102
hideGenerator: boolean;
103-
hideLegend: boolean;
104103
cleanOutputDir: boolean;
105104

106105
help: boolean;

src/lib/utils/options/sources/typedoc.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,6 @@ export function addTypeDocOptions(options: Pick<Options, "addDeclaration">) {
266266
help: "Do not print the TypeDoc link at the end of the page.",
267267
type: ParameterType.Boolean,
268268
});
269-
options.addDeclaration({
270-
name: "hideLegend",
271-
help: "Do not print the Legend for icons at the end of the page.",
272-
type: ParameterType.Boolean,
273-
});
274269
options.addDeclaration({
275270
name: "cleanOutputDir",
276271
help: "If set, TypeDoc will remove the output directory before writing output.",

0 commit comments

Comments
 (0)