mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -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.
|
# You must have typedoc installed seprately.
|
||||||
# TODO Replace typedoc with something else ASAP. It's very awful.
|
# TODO Replace typedoc with something else ASAP. It's very awful.
|
||||||
run([
|
run([
|
||||||
"typedoc", "lib.deno_runtime.d.ts", "--out",
|
"typedoc", "lib.deno.ns.d.ts", "--out",
|
||||||
os.path.join(target_path, "typedoc"), "--entryPoint", "Deno",
|
os.path.join(target_path, "typedoc"), "--entryPoint", "Deno",
|
||||||
"--ignoreCompilerErrors", "--includeDeclarations", "--excludeExternals",
|
"--ignoreCompilerErrors", "--includeDeclarations", "--excludeExternals",
|
||||||
"--excludePrivate", "--excludeProtected", "--mode", "file", "--name",
|
"--excludePrivate", "--excludeProtected", "--mode", "file", "--name",
|
||||||
|
|
Loading…
Add table
Reference in a new issue