mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix tools/docs.py (#4210)
This commit is contained in:
parent
6cd46fa3ef
commit
c14cc84a85
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ os.chdir(os.path.join(root_path, "cli/js"))
|
|||
# You must have typedoc installed seprately.
|
||||
# TODO Replace typedoc with something else ASAP. It's very awful.
|
||||
run([
|
||||
"typedoc", "lib.deno_runtime.d.ts", "--out",
|
||||
"typedoc", "lib.deno.ns.d.ts", "--out",
|
||||
os.path.join(target_path, "typedoc"), "--entryPoint", "Deno",
|
||||
"--ignoreCompilerErrors", "--includeDeclarations", "--excludeExternals",
|
||||
"--excludePrivate", "--excludeProtected", "--mode", "file", "--name",
|
||||
|
|
Loading…
Reference in a new issue