TypeDoc: Exclude anything with @internal
annotation
This commit is contained in:
parent
981c5fa576
commit
b93bb2a68b
@ -119,6 +119,7 @@ module.exports = {
|
|||||||
excludePrivate: true,
|
excludePrivate: true,
|
||||||
excludeProtected: true,
|
excludeProtected: true,
|
||||||
excludeExternals: true,
|
excludeExternals: true,
|
||||||
|
excludeInternal: true,
|
||||||
readme: "none",
|
readme: "none",
|
||||||
sidebar: {
|
sidebar: {
|
||||||
sidebarFile: 'typedoc-sidebar.js',
|
sidebarFile: 'typedoc-sidebar.js',
|
||||||
|
Loading…
Reference in New Issue
Block a user