diff --git a/tools/docs.py b/tools/docs.py index dc6a7f9e8e..147b76fcc6 100755 --- a/tools/docs.py +++ b/tools/docs.py @@ -19,7 +19,7 @@ os.chdir(os.path.join(target_path, "debug/gen/lib/")) # TODO Replace typedoc with something else ASAP. It's very awful. run([ "typedoc", "lib.deno_runtime.d.ts", "--out", - os.path.join(target_path, "typedoc"), "--entryPoint", "\"deno\"", + os.path.join(target_path, "typedoc"), "--entryPoint", "Deno", "--ignoreCompilerErrors", "--includeDeclarations", "--excludeExternals", "--excludePrivate", "--excludeProtected", "--mode", "file", "--name", "deno", "--theme", "minimal", "--readme", "none"