From 2d67f05b52718c84c9586087208b25ffce3d53b0 Mon Sep 17 00:00:00 2001 From: Laura de Oliveira Date: Thu, 1 Oct 2020 21:07:07 -0300 Subject: [PATCH 1/2] Add GitHub ribbon to all pages and remove horizontal scroll --- styles/css3-github-ribbon.css | 2 +- styles/usejsdoc.css | 1 + views/layout.swig | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/styles/css3-github-ribbon.css b/styles/css3-github-ribbon.css index 83e6a2eb..ee2f6ded 100644 --- a/styles/css3-github-ribbon.css +++ b/styles/css3-github-ribbon.css @@ -1,2 +1,2 @@ body{background-color:#fff} -.github-ribbon{background-color:#121621;top:3.2em;right:-3.7em;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;-moz-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;color:rgba(255,255,255,0.90)!important;display:block;padding:.6em 3.5em;position:absolute;font:bold .82em sans-serif;text-align:center;text-decoration:none;text-shadow:1px -1px 8px rgba(0,0,0,0.60);-webkit-user-select:none;-moz-user-select:none;user-select:none} \ No newline at end of file +.github-ribbon{background-color:#121621;top:2.7em;right:-3.7em;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;-moz-box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;box-shadow:0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;color:rgba(255,255,255,0.90)!important;display:block;padding:.6em 3.5em;position:absolute;font:bold .82em sans-serif;text-align:center;text-decoration:none;text-shadow:1px -1px 8px rgba(0,0,0,0.60);-webkit-user-select:none;-moz-user-select:none;user-select:none} \ No newline at end of file diff --git a/styles/usejsdoc.css b/styles/usejsdoc.css index 6c285fa2..39b73c92 100644 --- a/styles/usejsdoc.css +++ b/styles/usejsdoc.css @@ -2,6 +2,7 @@ body { font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0; margin: 0; + overflow-x: hidden; } a, a:visited, a:active { diff --git a/views/layout.swig b/views/layout.swig index d383956b..4de80cb9 100644 --- a/views/layout.swig +++ b/views/layout.swig @@ -114,6 +114,10 @@ Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

+ {% block scripts-footer %} {% endblock %} From 3b60b64d76d091a6469717e5cf058bd3044fd72b Mon Sep 17 00:00:00 2001 From: Laura de Oliveira Date: Thu, 1 Oct 2020 21:10:41 -0300 Subject: [PATCH 2/2] Updates all HTML pages with GitHub ribbon --- about-block-inline-tags.html | 5 ++++- about-commandline.html | 5 ++++- about-configuring-default-template.html | 5 ++++- about-configuring-jsdoc.html | 5 ++++- about-getting-started.html | 5 ++++- about-including-package.html | 5 ++++- about-including-readme.html | 5 ++++- about-license-jsdoc3.html | 5 ++++- about-namepaths.html | 5 ++++- about-plugins.html | 5 ++++- about-tutorials.html | 5 ++++- howto-amd-modules.html | 5 ++++- howto-commonjs-modules.html | 5 ++++- howto-es2015-classes.html | 5 ++++- howto-es2015-modules.html | 5 ++++- index.html | 5 ++++- plugins-markdown.html | 5 ++++- tags-abstract.html | 5 ++++- tags-access.html | 5 ++++- tags-alias.html | 5 ++++- tags-async.html | 5 ++++- tags-augments.html | 5 ++++- tags-author.html | 5 ++++- tags-borrows.html | 5 ++++- tags-callback.html | 5 ++++- tags-class.html | 5 ++++- tags-classdesc.html | 5 ++++- tags-constant.html | 5 ++++- tags-constructs.html | 5 ++++- tags-copyright.html | 5 ++++- tags-default.html | 5 ++++- tags-deprecated.html | 5 ++++- tags-description.html | 5 ++++- tags-enum.html | 5 ++++- tags-event.html | 5 ++++- tags-example.html | 5 ++++- tags-exports.html | 5 ++++- tags-external.html | 5 ++++- tags-file.html | 5 ++++- tags-fires.html | 5 ++++- tags-function.html | 5 ++++- tags-generator.html | 5 ++++- tags-global.html | 5 ++++- tags-hideconstructor.html | 5 ++++- tags-ignore.html | 5 ++++- tags-implements.html | 5 ++++- tags-inheritdoc.html | 5 ++++- tags-inline-link.html | 5 ++++- tags-inline-tutorial.html | 5 ++++- tags-inner.html | 5 ++++- tags-instance.html | 5 ++++- tags-interface.html | 5 ++++- tags-kind.html | 5 ++++- tags-lends.html | 5 ++++- tags-license.html | 5 ++++- tags-listens.html | 5 ++++- tags-member.html | 5 ++++- tags-memberof.html | 5 ++++- tags-mixes.html | 5 ++++- tags-mixin.html | 5 ++++- tags-module.html | 5 ++++- tags-name.html | 5 ++++- tags-namespace.html | 5 ++++- tags-override.html | 5 ++++- tags-package.html | 5 ++++- tags-param.html | 5 ++++- tags-private.html | 5 ++++- tags-property.html | 5 ++++- tags-protected.html | 5 ++++- tags-public.html | 5 ++++- tags-readonly.html | 5 ++++- tags-requires.html | 5 ++++- tags-returns.html | 5 ++++- tags-see.html | 5 ++++- tags-since.html | 5 ++++- tags-static.html | 5 ++++- tags-summary.html | 5 ++++- tags-this.html | 5 ++++- tags-throws.html | 5 ++++- tags-todo.html | 5 ++++- tags-tutorial.html | 5 ++++- tags-type.html | 5 ++++- tags-typedef.html | 5 ++++- tags-variation.html | 5 ++++- tags-version.html | 5 ++++- tags-yields.html | 5 ++++- 86 files changed, 344 insertions(+), 86 deletions(-) diff --git a/about-block-inline-tags.html b/about-block-inline-tags.html index 924714e7..792b7dc8 100644 --- a/about-block-inline-tags.html +++ b/about-block-inline-tags.html @@ -91,7 +91,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -99,6 +99,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-commandline.html b/about-commandline.html index 1a6b12cd..8fea3498 100644 --- a/about-commandline.html +++ b/about-commandline.html @@ -156,7 +156,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -164,6 +164,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-configuring-default-template.html b/about-configuring-default-template.html index 2b130f37..4a601681 100644 --- a/about-configuring-default-template.html +++ b/about-configuring-default-template.html @@ -110,7 +110,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -118,6 +118,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-configuring-jsdoc.html b/about-configuring-jsdoc.html index 6e4418f6..b89e47ee 100644 --- a/about-configuring-jsdoc.html +++ b/about-configuring-jsdoc.html @@ -343,7 +343,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -351,6 +351,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-getting-started.html b/about-getting-started.html index 692323be..ae8c84a6 100644 --- a/about-getting-started.html +++ b/about-getting-started.html @@ -94,7 +94,7 @@

Generating a website

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -102,6 +102,9 @@

Generating a website

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-including-package.html b/about-including-package.html index c5d2cc6d..2d9c99c8 100644 --- a/about-including-package.html +++ b/about-including-package.html @@ -48,7 +48,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -56,6 +56,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-including-readme.html b/about-including-readme.html index a89e69f8..4c52499d 100644 --- a/about-including-readme.html +++ b/about-including-readme.html @@ -46,7 +46,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -54,6 +54,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-license-jsdoc3.html b/about-license-jsdoc3.html index 28403418..a8e63bd7 100644 --- a/about-license-jsdoc3.html +++ b/about-license-jsdoc3.html @@ -28,7 +28,7 @@

License

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -36,6 +36,9 @@

License

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-namepaths.html b/about-namepaths.html index 5c14bfaa..d9156d38 100644 --- a/about-namepaths.html +++ b/about-namepaths.html @@ -157,7 +157,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -165,6 +165,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-plugins.html b/about-plugins.html index c34e5b24..d0a69e10 100644 --- a/about-plugins.html +++ b/about-plugins.html @@ -366,7 +366,7 @@

Reporting Errors

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -374,6 +374,9 @@

Reporting Errors

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/about-tutorials.html b/about-tutorials.html index cac66d12..602eff4f 100644 --- a/about-tutorials.html +++ b/about-tutorials.html @@ -155,7 +155,7 @@

{@tutorial} inline tag

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -163,6 +163,9 @@

{@tutorial} inline tag

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/howto-amd-modules.html b/howto-amd-modules.html index 284f413a..1a57a6a4 100644 --- a/howto-amd-modules.html +++ b/howto-amd-modules.html @@ -247,7 +247,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -255,6 +255,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/howto-commonjs-modules.html b/howto-commonjs-modules.html index 0ae3b70b..b3d97551 100644 --- a/howto-commonjs-modules.html +++ b/howto-commonjs-modules.html @@ -345,7 +345,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -353,6 +353,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/howto-es2015-classes.html b/howto-es2015-classes.html index e5d026a8..9bad5770 100644 --- a/howto-es2015-classes.html +++ b/howto-es2015-classes.html @@ -127,7 +127,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -135,6 +135,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/howto-es2015-modules.html b/howto-es2015-modules.html index d296675d..6d652ac7 100644 --- a/howto-es2015-modules.html +++ b/howto-es2015-modules.html @@ -103,7 +103,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -111,6 +111,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/index.html b/index.html index ef079617..f1ec1626 100644 --- a/index.html +++ b/index.html @@ -215,7 +215,7 @@

Contribute

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -223,6 +223,9 @@

Contribute

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/plugins-markdown.html b/plugins-markdown.html index 42861942..bff9efb2 100644 --- a/plugins-markdown.html +++ b/plugins-markdown.html @@ -119,7 +119,7 @@

Adding ID attributes to headings

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -127,6 +127,9 @@

Adding ID attributes to headings

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-abstract.html b/tags-abstract.html index 8a3c84b3..034e11ec 100644 --- a/tags-abstract.html +++ b/tags-abstract.html @@ -76,7 +76,7 @@

Example

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -84,6 +84,9 @@

Example

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-access.html b/tags-access.html index e05e2bec..9b296fb5 100644 --- a/tags-access.html +++ b/tags-access.html @@ -122,7 +122,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -130,6 +130,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-alias.html b/tags-alias.html index 25fb9324..d6e2894f 100644 --- a/tags-alias.html +++ b/tags-alias.html @@ -165,7 +165,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -173,6 +173,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-async.html b/tags-async.html index 01a93608..5b6cdc62 100644 --- a/tags-async.html +++ b/tags-async.html @@ -61,7 +61,7 @@

Example

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -69,6 +69,9 @@

Example

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-augments.html b/tags-augments.html index e39a10bd..d66fe6e1 100644 --- a/tags-augments.html +++ b/tags-augments.html @@ -151,7 +151,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -159,6 +159,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-author.html b/tags-author.html index be28ec0c..cc27fb07 100644 --- a/tags-author.html +++ b/tags-author.html @@ -62,7 +62,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -70,6 +70,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-borrows.html b/tags-borrows.html index 6ae1bd6f..49122a97 100644 --- a/tags-borrows.html +++ b/tags-borrows.html @@ -62,7 +62,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -70,6 +70,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-callback.html b/tags-callback.html index fa9a5c59..200f77d2 100644 --- a/tags-callback.html +++ b/tags-callback.html @@ -106,7 +106,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -114,6 +114,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-class.html b/tags-class.html index d66fef40..0f968199 100644 --- a/tags-class.html +++ b/tags-class.html @@ -67,7 +67,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -75,6 +75,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-classdesc.html b/tags-classdesc.html index 77f2232f..20021434 100644 --- a/tags-classdesc.html +++ b/tags-classdesc.html @@ -71,7 +71,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -79,6 +79,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-constant.html b/tags-constant.html index b8a83b42..f34d70e4 100644 --- a/tags-constant.html +++ b/tags-constant.html @@ -78,7 +78,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -86,6 +86,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-constructs.html b/tags-constructs.html index 1bb61087..a7b80f83 100644 --- a/tags-constructs.html +++ b/tags-constructs.html @@ -82,7 +82,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -90,6 +90,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-copyright.html b/tags-copyright.html index b7e42954..d1d6b104 100644 --- a/tags-copyright.html +++ b/tags-copyright.html @@ -53,7 +53,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -61,6 +61,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-default.html b/tags-default.html index d9c10fa8..726b3b2e 100644 --- a/tags-default.html +++ b/tags-default.html @@ -61,7 +61,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -69,6 +69,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-deprecated.html b/tags-deprecated.html index 5b5bd4c1..237d739e 100644 --- a/tags-deprecated.html +++ b/tags-deprecated.html @@ -51,7 +51,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -59,6 +59,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-description.html b/tags-description.html index 5906a094..1b464503 100644 --- a/tags-description.html +++ b/tags-description.html @@ -92,7 +92,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -100,6 +100,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-enum.html b/tags-enum.html index a59cdb0a..75424905 100644 --- a/tags-enum.html +++ b/tags-enum.html @@ -70,7 +70,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -78,6 +78,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-event.html b/tags-event.html index c603e562..70ba7be2 100644 --- a/tags-event.html +++ b/tags-event.html @@ -105,7 +105,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -113,6 +113,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-example.html b/tags-example.html index 2dec76b8..c3cf70ce 100644 --- a/tags-example.html +++ b/tags-example.html @@ -69,7 +69,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -77,6 +77,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-exports.html b/tags-exports.html index 37be8268..aa90579f 100644 --- a/tags-exports.html +++ b/tags-exports.html @@ -152,7 +152,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -160,6 +160,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-external.html b/tags-external.html index 7e1eac93..d605a854 100644 --- a/tags-external.html +++ b/tags-external.html @@ -128,7 +128,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -136,6 +136,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-file.html b/tags-file.html index 5f6593f0..c3234eb0 100644 --- a/tags-file.html +++ b/tags-file.html @@ -68,7 +68,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -76,6 +76,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-fires.html b/tags-fires.html index d3c425d7..a92ad6ff 100644 --- a/tags-fires.html +++ b/tags-fires.html @@ -72,7 +72,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -80,6 +80,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-function.html b/tags-function.html index cbec6bc5..e68bafc1 100644 --- a/tags-function.html +++ b/tags-function.html @@ -71,7 +71,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -79,6 +79,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-generator.html b/tags-generator.html index 84c77ba4..e1cf2cf9 100644 --- a/tags-generator.html +++ b/tags-generator.html @@ -58,7 +58,7 @@

Example

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -66,6 +66,9 @@

Example

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-global.html b/tags-global.html index 7fc947d1..05595f91 100644 --- a/tags-global.html +++ b/tags-global.html @@ -66,7 +66,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -74,6 +74,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-hideconstructor.html b/tags-hideconstructor.html index 2f6ad394..841d1734 100644 --- a/tags-hideconstructor.html +++ b/tags-hideconstructor.html @@ -134,7 +134,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -142,6 +142,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-ignore.html b/tags-ignore.html index 68b567ec..00d958e1 100644 --- a/tags-ignore.html +++ b/tags-ignore.html @@ -79,7 +79,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -87,6 +87,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-implements.html b/tags-implements.html index ced6af82..a5ce4ea8 100644 --- a/tags-implements.html +++ b/tags-implements.html @@ -99,7 +99,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -107,6 +107,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-inheritdoc.html b/tags-inheritdoc.html index e28bdd88..f04ef13c 100644 --- a/tags-inheritdoc.html +++ b/tags-inheritdoc.html @@ -106,7 +106,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -114,6 +114,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-inline-link.html b/tags-inline-link.html index 77746586..9e575d8b 100644 --- a/tags-inline-link.html +++ b/tags-inline-link.html @@ -122,7 +122,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -130,6 +130,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-inline-tutorial.html b/tags-inline-tutorial.html index b258c102..e3cc0898 100644 --- a/tags-inline-tutorial.html +++ b/tags-inline-tutorial.html @@ -76,7 +76,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -84,6 +84,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-inner.html b/tags-inner.html index 555defda..db357d2c 100644 --- a/tags-inner.html +++ b/tags-inner.html @@ -81,7 +81,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -89,6 +89,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-instance.html b/tags-instance.html index 059d851d..a88b075c 100644 --- a/tags-instance.html +++ b/tags-instance.html @@ -85,7 +85,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -93,6 +93,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-interface.html b/tags-interface.html index 307bb634..c0555800 100644 --- a/tags-interface.html +++ b/tags-interface.html @@ -104,7 +104,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -112,6 +112,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-kind.html b/tags-kind.html index 6560dfee..e49b1bc9 100644 --- a/tags-kind.html +++ b/tags-kind.html @@ -99,7 +99,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -107,6 +107,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-lends.html b/tags-lends.html index c29573e9..8cceec29 100644 --- a/tags-lends.html +++ b/tags-lends.html @@ -161,7 +161,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -169,6 +169,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-license.html b/tags-license.html index 16fc30c1..27658ccd 100644 --- a/tags-license.html +++ b/tags-license.html @@ -82,7 +82,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -90,6 +90,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-listens.html b/tags-listens.html index 560e2356..51faacf9 100644 --- a/tags-listens.html +++ b/tags-listens.html @@ -108,7 +108,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -116,6 +116,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-member.html b/tags-member.html index 4ae68c64..3da482ae 100644 --- a/tags-member.html +++ b/tags-member.html @@ -73,7 +73,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -81,6 +81,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-memberof.html b/tags-memberof.html index 0afedd31..196a0d63 100644 --- a/tags-memberof.html +++ b/tags-memberof.html @@ -135,7 +135,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -143,6 +143,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-mixes.html b/tags-mixes.html index 9e109f1d..e94492f5 100644 --- a/tags-mixes.html +++ b/tags-mixes.html @@ -104,7 +104,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -112,6 +112,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-mixin.html b/tags-mixin.html index f6d6a12d..950202dc 100644 --- a/tags-mixin.html +++ b/tags-mixin.html @@ -86,7 +86,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -94,6 +94,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-module.html b/tags-module.html index 9c352b87..2b2dbb92 100644 --- a/tags-module.html +++ b/tags-module.html @@ -117,7 +117,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -125,6 +125,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-name.html b/tags-name.html index 75b1cc55..357b48ff 100644 --- a/tags-name.html +++ b/tags-name.html @@ -74,7 +74,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -82,6 +82,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-namespace.html b/tags-namespace.html index 44948cb0..99826a63 100644 --- a/tags-namespace.html +++ b/tags-namespace.html @@ -96,7 +96,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -104,6 +104,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-override.html b/tags-override.html index 5ea24edc..a27aad8e 100644 --- a/tags-override.html +++ b/tags-override.html @@ -80,7 +80,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -88,6 +88,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-package.html b/tags-package.html index 5dbb8ead..d055ec3b 100644 --- a/tags-package.html +++ b/tags-package.html @@ -88,7 +88,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -96,6 +96,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-param.html b/tags-param.html index d69e1f10..788c46ef 100644 --- a/tags-param.html +++ b/tags-param.html @@ -289,7 +289,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -297,6 +297,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-private.html b/tags-private.html index d4c3bd35..3e28b566 100644 --- a/tags-private.html +++ b/tags-private.html @@ -96,7 +96,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -104,6 +104,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-property.html b/tags-property.html index 4d73b9d5..3af76e24 100644 --- a/tags-property.html +++ b/tags-property.html @@ -96,7 +96,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -104,6 +104,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-protected.html b/tags-protected.html index 0f5e0670..78a3d3c9 100644 --- a/tags-protected.html +++ b/tags-protected.html @@ -87,7 +87,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -95,6 +95,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-public.html b/tags-public.html index 342be1f2..e4850db0 100644 --- a/tags-public.html +++ b/tags-public.html @@ -86,7 +86,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -94,6 +94,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-readonly.html b/tags-readonly.html index 0ec32508..e140755d 100644 --- a/tags-readonly.html +++ b/tags-readonly.html @@ -68,7 +68,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -76,6 +76,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-requires.html b/tags-requires.html index 1b46a3c8..ed3b81f5 100644 --- a/tags-requires.html +++ b/tags-requires.html @@ -57,7 +57,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -65,6 +65,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-returns.html b/tags-returns.html index c0a3c5f7..41d43e12 100644 --- a/tags-returns.html +++ b/tags-returns.html @@ -119,7 +119,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -127,6 +127,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-see.html b/tags-see.html index 84a8c327..e80de7be 100644 --- a/tags-see.html +++ b/tags-see.html @@ -69,7 +69,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -77,6 +77,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-since.html b/tags-since.html index 46a7dcf1..c5ba105f 100644 --- a/tags-since.html +++ b/tags-since.html @@ -56,7 +56,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -64,6 +64,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-static.html b/tags-static.html index bafa3c4b..26b94508 100644 --- a/tags-static.html +++ b/tags-static.html @@ -79,7 +79,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -87,6 +87,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-summary.html b/tags-summary.html index 18e409f4..fb372429 100644 --- a/tags-summary.html +++ b/tags-summary.html @@ -60,7 +60,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -68,6 +68,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-this.html b/tags-this.html index 1dfeb84d..6b3f1bd0 100644 --- a/tags-this.html +++ b/tags-this.html @@ -60,7 +60,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -68,6 +68,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-throws.html b/tags-throws.html index d4c82314..923f75df 100644 --- a/tags-throws.html +++ b/tags-throws.html @@ -76,7 +76,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -84,6 +84,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-todo.html b/tags-todo.html index 8f5e149e..fc73cd65 100644 --- a/tags-todo.html +++ b/tags-todo.html @@ -52,7 +52,7 @@

Examples

Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -60,6 +60,9 @@

Examples

licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-tutorial.html b/tags-tutorial.html index 385eccdf..4b15b0b4 100644 --- a/tags-tutorial.html +++ b/tags-tutorial.html @@ -71,7 +71,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -79,6 +79,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-type.html b/tags-type.html index 02c22537..5f583da2 100644 --- a/tags-type.html +++ b/tags-type.html @@ -329,7 +329,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -337,6 +337,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-typedef.html b/tags-typedef.html index 07a4b6f2..ad1e8369 100644 --- a/tags-typedef.html +++ b/tags-typedef.html @@ -98,7 +98,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -106,6 +106,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-variation.html b/tags-variation.html index b03a7dae..54e3af80 100644 --- a/tags-variation.html +++ b/tags-variation.html @@ -95,7 +95,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -103,6 +103,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-version.html b/tags-version.html index b15e154d..d24034cd 100644 --- a/tags-version.html +++ b/tags-version.html @@ -56,7 +56,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -64,6 +64,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +

diff --git a/tags-yields.html b/tags-yields.html index 91380de4..8f0d0116 100644 --- a/tags-yields.html +++ b/tags-yields.html @@ -77,7 +77,7 @@ Creative Commons License
- Copyright © 2011-2017 the + Copyright © 2011-2019 the contributors to the JSDoc 3 documentation project.
@@ -85,6 +85,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +

+ Fork me on GitHub +