We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c5dc2 commit 6b7da9fCopy full SHA for 6b7da9f
.typedoc/custom-theme.mjs
@@ -262,10 +262,6 @@ class ClerkMarkdownThemeContext extends MarkdownThemeContext {
262
customizedModel.groups = groupsWithoutAccessors;
263
const nonAccessorOutput = superPartials.memberWithGroups(customizedModel, options);
264
265
- if (experimentalGroups) {
266
- return nonAccessorOutput;
267
- }
268
-
269
customizedModel.groups = originalGroups;
270
271
/** @type {string[]} */
0 commit comments