From 853baa76f8ba83211efd0269216cb10f697ef35c Mon Sep 17 00:00:00 2001 From: Monica Dinculescu Date: Thu, 20 Feb 2020 18:03:01 -0800 Subject: [PATCH] try to stop generating docs for audio_utils --- scripts/generate-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-docs.sh b/scripts/generate-docs.sh index b379ce364..807a6f6f3 100644 --- a/scripts/generate-docs.sh +++ b/scripts/generate-docs.sh @@ -58,7 +58,7 @@ echo "batman" npx typedoc src --out $tmpDir \ --tsconfig $tsconfig \ --includeVersion --includeDeclarations \ ---excludePrivate --excludeExternals \ +--excludePrivate --excludeExternals --excludeNotExported \ --exclude '**/*+(index|test|lib).ts' # This will generate a bunch of 'Defined in