We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index.html
1 parent eb1cc7b commit a37aea8Copy full SHA for a37aea8
test/renderer/specs/index.html
@@ -117,6 +117,8 @@ <h4 id="source-file-handling">Source file handling</h4>
117
Define a pattern for files that should be considered being external.</li>
118
<li><code>--excludeExternals</code><br>
119
Prevent externally resolved TypeScript files from being documented.</li>
120
+ <li><code>--excludePrivate</code><br>
121
+ Prevent private members from being included in the generated documentation.</li>
122
</ul>
123
<h4 id="typescript-compiler">TypeScript compiler</h4>
124
<ul>
0 commit comments