Skip to content

Commit 4578ded

Browse files
committed
chore: doc
1 parent e6087e3 commit 4578ded

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

typedoc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ module.exports = {
33
out: 'docs',
44
exclude: ['**/node_modules/**', '**/*.spec.ts', '*typings*'],
55
name: 'Nativescript UI Material Components',
6-
// excludePrivate: true,
7-
// ignoreCompilerErrors: true,
8-
// excludeNotExported: true,
9-
// includeDeclarations: true,
106
excludePrivate: true,
7+
excludeProtected: true,
118
excludeExternals: true,
129
tsconfig: 'tsconfig.doc.json',
1310
readme: 'README.md'

0 commit comments

Comments
 (0)