diff --git a/typedoc.json b/typedoc.json index d98059b3..1a27f570 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,6 +2,9 @@ "name": "VS Code API", "readme": "./README.md", "sort": ["source-order"], + "excludePrivate": true, + "excludeProtected": true, + "excludeInternal": true, "entryPoints": ["./vscode.d.ts"], "out": "docs" } \ No newline at end of file