We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cdc9c commit ca1e0a5Copy full SHA for ca1e0a5
typedoc-vitepress-theme.mjs
@@ -35,7 +35,6 @@ export function load(app) {
35
);
36
37
for (const c of classes) {
38
- console.log('c.comment', c.comment);
39
c.comment ??= {
40
blockTags: [],
41
modifierTags: new Set(),
0 commit comments