Skip to content

Commit

Permalink
try to stop generating docs for audio_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Feb 21, 2020
1 parent a8c82a9 commit 853baa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-docs.sh
Expand Up @@ -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 <a href="https://github.com/notwaldorf/magenta-js/blob/c48f0b9/music/src/..."''
Expand Down

0 comments on commit 853baa7

Please sign in to comment.