summaryrefslogtreecommitdiff
path: root/tools/docs.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-02 10:22:12 -0500
committerGitHub <noreply@github.com>2020-03-02 16:22:12 +0100
commitc14cc84a85224870d2188df1a3741bf02eb8c5da (patch)
tree18ec778deba332d0eb718c0fc8b10176d8d74ad6 /tools/docs.py
parent6cd46fa3ef4b12f35a60f1a33c7f038c06b5fc71 (diff)
fix tools/docs.py (#4210)
Diffstat (limited to 'tools/docs.py')
-rwxr-xr-xtools/docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docs.py b/tools/docs.py
index 3a971c137..a1626b246 100755
--- a/tools/docs.py
+++ b/tools/docs.py
@@ -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",