Skip to content

Commit 6e98f64

Browse files
committed
Build HTML files
1 parent f5a9246 commit 6e98f64

File tree

87 files changed

+5356
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+5356
-111
lines changed

about-block-inline-tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2 id="examples">Examples</h2>
9191
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
9292
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
9393
<br>
94-
Copyright &#169; 2011-2017 the
94+
Copyright &#169; 2011-2019 the
9595
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
9696
JSDoc 3 documentation project.
9797
<br>

about-commandline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2 id="related-links">Related Links</h2>
156156
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
157157
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
158158
<br>
159-
Copyright &#169; 2011-2017 the
159+
Copyright &#169; 2011-2019 the
160160
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
161161
JSDoc 3 documentation project.
162162
<br>

about-configuring-default-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2 id="related-links">Related Links</h2>
110110
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
111111
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
112112
<br>
113-
Copyright &#169; 2011-2017 the
113+
Copyright &#169; 2011-2019 the
114114
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
115115
JSDoc 3 documentation project.
116116
<br>

about-configuring-jsdoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h2 id="related-links">Related Links</h2>
343343
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
344344
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
345345
<br>
346-
Copyright &#169; 2011-2017 the
346+
Copyright &#169; 2011-2019 the
347347
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
348348
JSDoc 3 documentation project.
349349
<br>

about-getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>Table of Contents</h2>
3232
</ul>
3333
<h2 id="getting-started">Getting started</h2>
3434
<p>JSDoc 3 is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor. You
35-
add documentation comments directly to your source code, right alongside the code itself. The JSDoc
35+
add documentation comments directly to your source code alongside the code itself. The JSDoc
3636
tool will scan your source code and generate an HTML documentation website for you.</p>
3737
<h2 id="adding-documentation-comments-to-your-code">Adding documentation comments to your code</h2>
3838
<p>JSDoc&#39;s purpose is to document the API of your JavaScript application or library. It is assumed that
@@ -94,7 +94,7 @@ <h2 id="generating-a-website">Generating a website</h2>
9494
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
9595
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
9696
<br>
97-
Copyright &#169; 2011-2017 the
97+
Copyright &#169; 2011-2019 the
9898
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
9999
JSDoc 3 documentation project.
100100
<br>

about-including-package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 id="examples">Examples</h2>
4848
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
4949
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
5050
<br>
51-
Copyright &#169; 2011-2017 the
51+
Copyright &#169; 2011-2019 the
5252
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
5353
JSDoc 3 documentation project.
5454
<br>

about-including-readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2 id="examples">Examples</h2>
4646
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
4747
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
4848
<br>
49-
Copyright &#169; 2011-2017 the
49+
Copyright &#169; 2011-2019 the
5050
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
5151
JSDoc 3 documentation project.
5252
<br>

about-license-jsdoc3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>License</h1>
2828
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
2929
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
3030
<br>
31-
Copyright &#169; 2011-2017 the
31+
Copyright &#169; 2011-2019 the
3232
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
3333
JSDoc 3 documentation project.
3434
<br>

about-namepaths.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2 id="related-links">Related Links</h2>
157157
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
158158
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
159159
<br>
160-
Copyright &#169; 2011-2017 the
160+
Copyright &#169; 2011-2019 the
161161
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
162162
JSDoc 3 documentation project.
163163
<br>

about-plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h2 id="reporting-errors">Reporting Errors</h2>
366366
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
367367
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
368368
<br>
369-
Copyright &#169; 2011-2017 the
369+
Copyright &#169; 2011-2019 the
370370
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
371371
JSDoc 3 documentation project.
372372
<br>

about-tutorials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3 id="tutorial-inline-tag">{@tutorial} inline tag</h3>
155155
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
156156
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
157157
<br>
158-
Copyright &#169; 2011-2017 the
158+
Copyright &#169; 2011-2019 the
159159
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
160160
JSDoc 3 documentation project.
161161
<br>

howto-amd-modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h2 id="related-links">Related Links</h2>
247247
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
248248
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
249249
<br>
250-
Copyright &#169; 2011-2017 the
250+
Copyright &#169; 2011-2019 the
251251
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
252252
JSDoc 3 documentation project.
253253
<br>

howto-commonjs-modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h2 id="related-links">Related Links</h2>
345345
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
346346
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
347347
<br>
348-
Copyright &#169; 2011-2017 the
348+
Copyright &#169; 2011-2019 the
349349
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
350350
JSDoc 3 documentation project.
351351
<br>

howto-es2015-classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h2 id="related-links">Related Links</h2>
127127
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
128128
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
129129
<br>
130-
Copyright &#169; 2011-2017 the
130+
Copyright &#169; 2011-2019 the
131131
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
132132
JSDoc 3 documentation project.
133133
<br>

howto-es2015-modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2 id="related-links">Related Links</h2>
103103
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
104104
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
105105
<br>
106-
Copyright &#169; 2011-2017 the
106+
Copyright &#169; 2011-2019 the
107107
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
108108
JSDoc 3 documentation project.
109109
<br>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h2>Contribute</h2>
215215
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
216216
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
217217
<br>
218-
Copyright &#169; 2011-2017 the
218+
Copyright &#169; 2011-2019 the
219219
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
220220
JSDoc 3 documentation project.
221221
<br>

0 commit comments

Comments
 (0)