Skip to content

Commit d561508

Browse files
committed
Update themes to 0.4.0
1 parent 205ee5a commit d561508

File tree

9 files changed

+23
-22
lines changed

9 files changed

+23
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"minimatch": "^3.0.0",
3838
"progress": "^1.1.8",
3939
"shelljs": "^0.5.3",
40-
"typedoc-default-themes": "sierrasoftworks/typedoc-default-themes#v0.3.5",
40+
"typedoc-default-themes": "^0.4.0",
4141
"typescript": "1.8.10"
4242
},
4343
"devDependencies": {

test/renderer/specs/enums/_enumerations_.directions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3>Top</h3>
160160
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
161161
<a name="topleft" class="tsd-anchor"></a>
162162
<h3>Top<wbr>Left</h3>
163-
<div class="tsd-signature tsd-kind-icon">Top<wbr>Left<span class="tsd-signature-symbol">:</span> </div>
163+
<div class="tsd-signature tsd-kind-icon">Top<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;Top | Left</span></div>
164164
<aside class="tsd-sources">
165165
<ul>
166166
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/enumerations.ts#L29">enumerations.ts:29</a></li>
@@ -175,7 +175,7 @@ <h3>Top<wbr>Left</h3>
175175
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
176176
<a name="topright" class="tsd-anchor"></a>
177177
<h3>Top<wbr>Right</h3>
178-
<div class="tsd-signature tsd-kind-icon">Top<wbr>Right<span class="tsd-signature-symbol">:</span> </div>
178+
<div class="tsd-signature tsd-kind-icon">Top<wbr>Right<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;Top | Right</span></div>
179179
<aside class="tsd-sources">
180180
<ul>
181181
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/enumerations.ts#L34">enumerations.ts:34</a></li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h2>Variables</h2>
159159
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-enum">
160160
<a name="defaultsize" class="tsd-anchor"></a>
161161
<h3>default<wbr>Size</h3>
162-
<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></div>
162+
<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>
163163
<aside class="tsd-sources">
164164
<ul>
165165
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/enumerations.ts#L70">enumerations.ts:70</a></li>

test/renderer/specs/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h2 id="preview">Preview</h2>
8686
themes shipped with the package:</p>
8787
<p><a href="http://typedoc.io/themes/default">http://typedoc.io/themes/default</a><br>
8888
<a href="http://typedoc.io/themes/minimal">http://typedoc.io/themes/minimal</a></p>
89+
<p>The default themes can be found here: <a href="https://github.com/TypeStrong/typedoc-default-themes">https://github.com/TypeStrong/typedoc-default-themes</a></p>
8990
<h2 id="usage">Usage</h2>
9091
<h3 id="shell">Shell</h3>
9192
<p>TypeDoc accepts most of the command line arguments that the TypeScript compiler accepts. One major
@@ -119,10 +120,10 @@ <h4 id="source-file-handling">Source file handling</h4>
119120
</ul>
120121
<h4 id="typescript-compiler">TypeScript compiler</h4>
121122
<ul>
122-
<li><code>--module &lt;commonjs or amd&gt;</code><br>
123-
Specify module code generation: &quot;commonjs&quot; or &quot;amd&quot;</li>
124-
<li><code>--target &lt;ES3 or ES5&gt;</code><br>
125-
Specify ECMAScript target version: &quot;ES3&quot; (default), or &quot;ES5&quot;</li>
123+
<li><code>--module &lt;commonjs, amd, system or umd&gt;</code><br>
124+
Specify module code generation: &quot;commonjs&quot;, &quot;amd&quot;, &quot;system&quot; or &quot;umd&quot;.</li>
125+
<li><code>--target &lt;ES3, ES5, or ES6&gt;</code><br>
126+
Specify ECMAScript target version: &quot;ES3&quot; (default), &quot;ES5&quot; or &quot;ES6&quot;</li>
126127
</ul>
127128
<h4 id="theming">Theming</h4>
128129
<ul>

test/renderer/specs/modules/_access_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Variables</h2>
105105
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-private">
106106
<a name="fakeprivatevariable" class="tsd-anchor"></a>
107107
<h3><span class="tsd-flag ts-flagPrivate">Private</span> fake<wbr>Private<wbr>Variable</h3>
108-
<div class="tsd-signature tsd-kind-icon">fake<wbr>Private<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
108+
<div class="tsd-signature tsd-kind-icon">fake<wbr>Private<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;test&quot;</span></div>
109109
<aside class="tsd-sources">
110110
<ul>
111111
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/access.ts#L5">access.ts:5</a></li>
@@ -120,7 +120,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> fake<wbr>Private<wbr>Va
120120
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-protected">
121121
<a name="fakeprotectedvariable" class="tsd-anchor"></a>
122122
<h3><span class="tsd-flag ts-flagProtected">Protected</span> fake<wbr>Protected<wbr>Variable</h3>
123-
<div class="tsd-signature tsd-kind-icon">fake<wbr>Protected<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
123+
<div class="tsd-signature tsd-kind-icon">fake<wbr>Protected<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;test&quot;</span></div>
124124
<aside class="tsd-sources">
125125
<ul>
126126
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/access.ts#L11">access.ts:11</a></li>

test/renderer/specs/modules/_modules_.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Variables</h2>
106106
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module">
107107
<a name="exportedglobalvariable" class="tsd-anchor"></a>
108108
<h3>exported<wbr>Global<wbr>Variable</h3>
109-
<div class="tsd-signature tsd-kind-icon">exported<wbr>Global<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
109+
<div class="tsd-signature tsd-kind-icon">exported<wbr>Global<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;foo&quot;</span></div>
110110
<aside class="tsd-sources">
111111
<ul>
112112
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L54">modules.ts:54</a></li>
@@ -121,7 +121,7 @@ <h3>exported<wbr>Global<wbr>Variable</h3>
121121
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
122122
<a name="globalvariable" class="tsd-anchor"></a>
123123
<h3>global<wbr>Variable</h3>
124-
<div class="tsd-signature tsd-kind-icon">global<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
124+
<div class="tsd-signature tsd-kind-icon">global<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;foo&quot;</span></div>
125125
<aside class="tsd-sources">
126126
<ul>
127127
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L59">modules.ts:59</a></li>
@@ -242,7 +242,7 @@ <h3>object<wbr>Literal</h3>
242242
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
243243
<a name="objectliteral.valuea-2" class="tsd-anchor"></a>
244244
<h3>valueA</h3>
245-
<div class="tsd-signature tsd-kind-icon">valueA<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
245+
<div class="tsd-signature tsd-kind-icon">valueA<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;100</span></div>
246246
<aside class="tsd-sources">
247247
<ul>
248248
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L72">modules.ts:72</a></li>
@@ -252,7 +252,7 @@ <h3>valueA</h3>
252252
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
253253
<a name="objectliteral.valueb-1" class="tsd-anchor"></a>
254254
<h3>valueB</h3>
255-
<div class="tsd-signature tsd-kind-icon">valueB<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
255+
<div class="tsd-signature tsd-kind-icon">valueB<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;true</span></div>
256256
<aside class="tsd-sources">
257257
<ul>
258258
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L73">modules.ts:73</a></li>
@@ -262,7 +262,7 @@ <h3>valueB</h3>
262262
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
263263
<a name="objectliteral.valuez-2" class="tsd-anchor"></a>
264264
<h3>valueZ</h3>
265-
<div class="tsd-signature tsd-kind-icon">valueZ<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
265+
<div class="tsd-signature tsd-kind-icon">valueZ<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;foo&quot;</span></div>
266266
<aside class="tsd-sources">
267267
<ul>
268268
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L65">modules.ts:65</a></li>
@@ -298,7 +298,7 @@ <h3>valueX</h3>
298298
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
299299
<a name="objectliteral.valuex-1.valuea-3" class="tsd-anchor"></a>
300300
<h3>valueA</h3>
301-
<div class="tsd-signature tsd-kind-icon">valueA<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
301+
<div class="tsd-signature tsd-kind-icon">valueA<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;[100, 200, 300]</span></div>
302302
<aside class="tsd-sources">
303303
<ul>
304304
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L70">modules.ts:70</a></li>
@@ -308,7 +308,7 @@ <h3>valueA</h3>
308308
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported">
309309
<a name="objectliteral.valuex-1.valuez-3" class="tsd-anchor"></a>
310310
<h3>valueZ</h3>
311-
<div class="tsd-signature tsd-kind-icon">valueZ<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
311+
<div class="tsd-signature tsd-kind-icon">valueZ<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;foo&quot;</span></div>
312312
<aside class="tsd-sources">
313313
<ul>
314314
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L68">modules.ts:68</a></li>

test/renderer/specs/modules/_modules_.mymodule.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>Variables</h2>
109109
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
110110
<a name="exportedmodulevariable" class="tsd-anchor"></a>
111111
<h3>exported<wbr>Module<wbr>Variable</h3>
112-
<div class="tsd-signature tsd-kind-icon">exported<wbr>Module<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
112+
<div class="tsd-signature tsd-kind-icon">exported<wbr>Module<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;foo&quot;</span></div>
113113
<aside class="tsd-sources">
114114
<ul>
115115
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L35">modules.ts:35</a></li>
@@ -119,7 +119,7 @@ <h3>exported<wbr>Module<wbr>Variable</h3>
119119
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported">
120120
<a name="modulevariable" class="tsd-anchor"></a>
121121
<h3>module<wbr>Variable</h3>
122-
<div class="tsd-signature tsd-kind-icon">module<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
122+
<div class="tsd-signature tsd-kind-icon">module<wbr>Variable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;[100, 200]</span></div>
123123
<aside class="tsd-sources">
124124
<ul>
125125
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L37">modules.ts:37</a></li>
@@ -156,7 +156,7 @@ <h3>object</h3>
156156
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
157157
<a name="object.name" class="tsd-anchor"></a>
158158
<h3>name</h3>
159-
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
159+
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Test&quot;</span></div>
160160
<aside class="tsd-sources">
161161
<ul>
162162
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/modules.ts#L17">modules.ts:17</a></li>

test/renderer/specs/modules/_typescript_1_3_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Variables</h2>
9292
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
9393
<a name="tupletype" class="tsd-anchor"></a>
9494
<h3>tuple<wbr>Type</h3>
95-
<div class="tsd-signature tsd-kind-icon">tuple<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><a href="../classes/_typescript_1_3_.classwithprotectedmembers.html" class="tsd-signature-type">ClassWithProtectedMembers</a><span class="tsd-signature-symbol">]</span></div>
95+
<div class="tsd-signature tsd-kind-icon">tuple<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><a href="../classes/_typescript_1_3_.classwithprotectedmembers.html" class="tsd-signature-type">ClassWithProtectedMembers</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> =&nbsp;[&#x27;test&#x27;, new ClassWithProtectedMembers()]</span></div>
9696
<aside class="tsd-sources">
9797
<ul>
9898
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/typescript-1.3.ts#L49">typescript-1.3.ts:49</a></li>

test/renderer/specs/modules/_typescript_1_5_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>destruct<wbr>ArrayB</h3>
121121
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
122122
<a name="destructarrayc" class="tsd-anchor"></a>
123123
<h3>destruct<wbr>ArrayC</h3>
124-
<div class="tsd-signature tsd-kind-icon">destruct<wbr>ArrayC<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
124+
<div class="tsd-signature tsd-kind-icon">destruct<wbr>ArrayC<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;10</span></div>
125125
<aside class="tsd-sources">
126126
<ul>
127127
<li>Defined in <a href="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/typescript-1.5.ts#L10">typescript-1.5.ts:10</a></li>

0 commit comments

Comments
 (0)