You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,28 +85,31 @@ export function load(app: Application) {
86
85
87
86
app.options.addDeclaration({
88
87
name: "internalModule",
89
-
help: "[typedoc-plugin-missing-exports] Define the name of the module that internal symbols which are not exported should be placed into.",
88
+
help:
89
+
"[typedoc-plugin-missing-exports] Define the name of the module that internal symbols which are not exported should be placed into.",
90
90
defaultValue: "<internal>",
91
91
});
92
92
93
93
app.options.addDeclaration({
94
94
name: "collapseInternalModule",
95
-
help: "[typedoc-plugin-missing-exports] Include JS in the page to collapse all <internal> entries in the navigation on page load.",
95
+
help:
96
+
"[typedoc-plugin-missing-exports] Include JS in the page to collapse all <internal> entries in the navigation on page load.",
96
97
defaultValue: false,
97
98
type: ParameterType.Boolean,
98
99
});
99
100
100
101
app.options.addDeclaration({
101
102
name: "placeInternalsInOwningModule",
102
-
help: "[typedoc-plugin-missing-exports] If set internal symbols will not be placed into an internals module, but directly into the module which references them.",
103
+
help:
104
+
"[typedoc-plugin-missing-exports] If set internal symbols will not be placed into an internals module, but directly into the module which references them.",
0 commit comments