Skip to content

Commit 4d6dec9

Browse files
committed
Rebuild test output
1 parent 1234724 commit 4d6dec9

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/test/renderer/specs/enums/_enumerations_.size.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2>Variables</h2>
158158
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-enum">
159159
<a name="defaultsize" class="tsd-anchor"></a>
160160
<h3>default<wbr>Size</h3>
161-
<div class="tsd-signature tsd-kind-icon">default<wbr>Size<span class="tsd-signature-symbol">:</span> <a href="_enumerations_.size.html" class="tsd-signature-type">Size</a><span class="tsd-signature-symbol"> =&nbsp;Size.Medium</span></div>
161+
<div class="tsd-signature tsd-kind-icon">default<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Size.Small</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Size.Medium</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Size.Large</span><span class="tsd-signature-symbol"> =&nbsp;Size.Medium</span></div>
162162
<aside class="tsd-sources">
163163
<ul>
164164
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/enumerations.ts#L70">enumerations.ts:70</a></li>
@@ -177,7 +177,7 @@ <h2>Functions</h2>
177177
<a name="issmall" class="tsd-anchor"></a>
178178
<h3>is<wbr>Small</h3>
179179
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-enum">
180-
<li class="tsd-signature tsd-kind-icon">is<wbr>Small<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="_enumerations_.size.html" class="tsd-signature-type">Size</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
180+
<li class="tsd-signature tsd-kind-icon">is<wbr>Small<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Size.Small</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Size.Medium</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Size.Large</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
181181
</ul>
182182
<ul class="tsd-descriptions">
183183
<li class="tsd-description">
@@ -194,7 +194,7 @@ <h3>is<wbr>Small</h3>
194194
<h4 class="tsd-parameters-title">Parameters</h4>
195195
<ul class="tsd-parameters">
196196
<li>
197-
<h5>value: <a href="_enumerations_.size.html" class="tsd-signature-type">Size</a></h5>
197+
<h5>value: <span class="tsd-signature-type">Size.Small</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Size.Medium</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Size.Large</span></h5>
198198
<div class="tsd-comment tsd-typography">
199199
<p>The value that should be tested.</p>
200200
</div>

src/test/renderer/specs/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,17 @@ <h3 id="arguments">Arguments</h3>
9999
Specifies the location the documentation should be written to.</li>
100100
<li><code>--mode &lt;file|modules&gt;</code><br>
101101
Specifies the output mode the project is used to be compiled with.</li>
102+
<li><code>--options</code><br>
103+
Specify a js option file that should be loaded. If not specified TypeDoc will look for &#39;typedoc.js&#39; in the current directory.</li>
102104
<li><code>--json &lt;path/to/output.json&gt;</code><br>
103105
Specifies the location and file name a json file describing the project is written to. When specified no documentation will be generated.</li>
106+
<li><code>--ignoreCompilerErrors</code><br>
107+
Should TypeDoc still generate documentation pages even after the compiler has returned errors?</li>
104108
</ul>
105109
<h4 id="source-file-handling">Source file handling</h4>
106110
<ul>
107111
<li><code>--exclude &lt;pattern&gt;</code><br>
108-
Exclude files by the given pattern when a path is provided as source</li>
112+
Exclude files by the given pattern when a path is provided as source. Supports standard minimatch patterns (see <a href="https://github.com/TypeStrong/typedoc/issues/170">#170</a>)</li>
109113
<li><code>--includeDeclarations</code><br>
110114
Turn on parsing of .d.ts declaration files.</li>
111115
<li><code>--externalPattern &lt;pattern&gt;</code><br>
@@ -131,6 +135,8 @@ <h4 id="theming">Theming</h4>
131135
<li><code>--readme &lt;path/to/readme|none&gt;</code><br>
132136
Path to the readme file that should be displayed on the index page. Pass <code>none</code> to disable the index page
133137
and start the documentation on the globals page.</li>
138+
<li><code>--plugin</code><br>
139+
Specify the npm plugins that should be loaded. Omit to load all installed plugins, set to &#39;none&#39; to load no plugins.</li>
134140
<li><code>--hideGenerator</code><br>
135141
Do not print the TypeDoc link at the end of the page.</li>
136142
<li><code>--gaID</code><br>
@@ -158,7 +164,7 @@ <h4 id="miscellaneous">Miscellaneous</h4>
158164
<li><code>--version</code><br>
159165
Display the version number of TypeDoc.</li>
160166
<li><code>--help</code><br>
161-
Display a simple cheat sheet.</li>
167+
Display all TypeDoc options.</li>
162168
</ul>
163169
<h3 id="webpack">Webpack</h3>
164170
<p>There is a plugin available to run TypeDoc with Webpack created by Microsoft. You can find it on NPM:<br>
@@ -178,8 +184,8 @@ <h2 id="advanced-guides-and-docs">Advanced guides and docs</h2>
178184
<p>Visit our homepage for advanced guides and an extensive API documentation:<br>
179185
<a href="http://typedoc.org">http://typedoc.org</a></p>
180186
<h2 id="contributing">Contributing</h2>
181-
<p>Contributions are welcome and appreciated. You can find TypeDoc on GitHub, feel free to start
182-
an issue or create a pull requests:<br>
187+
<p>This project is maintained by a community of developers. Contributions are welcome and appreciated.
188+
You can find TypeDoc on GitHub; feel free to start an issue or create a pull requests:<br>
183189
<a href="https://github.com/TypeStrong/typedoc">https://github.com/TypeStrong/typedoc</a></p>
184190
<h2 id="license">License</h2>
185191
<p>Copyright (c) 2015 <a href="http://typedoc.org">Sebastian Lenz</a>.<br>

0 commit comments

Comments
 (0)