Skip to content

Commit

Permalink
try typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 13, 2018
1 parent 45d1c64 commit 1d6b7ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/typedoc.sh
Expand Up @@ -2,9 +2,14 @@
set -e

typedoc \
--includeDeclarations \
--exclude \"src/*.spec.ts\" \
--excludeExternals \
--excludePrivate \
--excludeProtected \
--externalPattern **/lib/** \
--mode file \
--mode modules \
--module commonjs \
--target ES6 \
--name "Wechaty Documentation" \
--out dist/docs/ \
src/

0 comments on commit 1d6b7ac

Please sign in to comment.