You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/TypeStrong/typedoc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8
8
@@ -62,7 +62,6 @@ in order to change the behaviour of TypeDoc.
62
62
Prevent externally resolved TypeScript files from being documented.
63
63
*`--excludePrivate`<br>
64
64
Prevent private members from being included in the generated documentation.
65
-
66
65
67
66
#### TypeScript compiler
68
67
*`--module <commonjs, amd, system or umd>`<br>
@@ -86,6 +85,8 @@ in order to change the behaviour of TypeDoc.
86
85
Set the site name for Google Analytics. Defaults to `auto`
87
86
*`--entryPoint <fully.qualified.name>`<br>
88
87
Specifies the fully qualified name of the root symbol. Defaults to global namespace.
88
+
*`--gitRevision <revision|branch>`<br>
89
+
Use specified revision or branch instead of the last revision for linking to GitHub source files.
0 commit comments