From c14cc84a85224870d2188df1a3741bf02eb8c5da Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 2 Mar 2020 10:22:12 -0500 Subject: [PATCH] fix tools/docs.py (#4210) --- tools/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docs.py b/tools/docs.py index 3a971c1371..a1626b2465 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",