From a0066c41d3ae510d65f82a1e67183ed928936d29 Mon Sep 17 00:00:00 2001 From: Olivier G Date: Thu, 21 Jan 2016 11:09:24 +0100 Subject: [PATCH 1/3] max-width on articles to improve readability --- styles/usejsdoc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/usejsdoc.css b/styles/usejsdoc.css index 6c285fa2..05f62c85 100644 --- a/styles/usejsdoc.css +++ b/styles/usejsdoc.css @@ -25,7 +25,8 @@ header a, header a:visited { } article { - margin: 18px; + margin: 18px auto; + max-width: 40em; } footer { From 6df43736b451ad8484f528be698e21cf736f4c68 Mon Sep 17 00:00:00 2001 From: Olivier Gendrin Date: Fri, 22 Jan 2016 17:00:14 +0100 Subject: [PATCH 2/3] Better pages titles Current titles do not allow me to know the subject of the page when the tab is small. Placing the 'Use JSDoc' at the end of the title will prevent this issue. --- about-block-inline-tags.html | 2 +- about-commandline.html | 2 +- about-configuring-default-template.html | 2 +- about-configuring-jsdoc.html | 2 +- about-getting-started.html | 2 +- about-including-package.html | 2 +- about-including-readme.html | 2 +- about-inline-tags.html | 4 ++-- about-license-jsdoc3.html | 2 +- about-namepaths.html | 2 +- about-plugins.html | 2 +- about-tutorials.html | 2 +- howto-amd-modules.html | 2 +- howto-commonjs-modules.html | 2 +- howto-es2015-classes.html | 2 +- howto-es2015-modules.html | 2 +- index.html | 2 +- plugins-markdown.html | 2 +- tags-abstract.html | 2 +- tags-access.html | 2 +- tags-alias.html | 2 +- tags-augments.html | 2 +- tags-author.html | 2 +- tags-borrows.html | 2 +- tags-callback.html | 2 +- tags-class.html | 2 +- tags-classdesc.html | 2 +- tags-constant.html | 2 +- tags-constructor.html | 4 ++-- tags-constructs.html | 2 +- tags-copyright.html | 2 +- tags-default.html | 2 +- tags-deprecated.html | 2 +- tags-description.html | 2 +- tags-enum.html | 2 +- tags-event.html | 2 +- tags-example.html | 2 +- tags-exports.html | 2 +- tags-external.html | 2 +- tags-file.html | 2 +- tags-fires.html | 2 +- tags-function.html | 2 +- tags-global.html | 2 +- tags-ignore.html | 2 +- tags-implements.html | 2 +- tags-inheritdoc.html | 2 +- tags-inline-link.html | 2 +- tags-inline-tutorial.html | 2 +- tags-inner.html | 2 +- tags-instance.html | 2 +- tags-interface.html | 2 +- tags-kind.html | 2 +- tags-lends.html | 2 +- tags-license.html | 2 +- tags-link.html | 4 ++-- tags-listens.html | 2 +- tags-member.html | 2 +- tags-memberof.html | 2 +- tags-method.html | 4 ++-- tags-mixes.html | 2 +- tags-mixin.html | 2 +- tags-module.html | 2 +- tags-name.html | 2 +- tags-namespace.html | 2 +- tags-override.html | 2 +- tags-param.html | 2 +- tags-private.html | 2 +- tags-property.html | 2 +- tags-protected.html | 2 +- tags-public.html | 2 +- tags-readonly.html | 2 +- tags-requires.html | 2 +- tags-returns.html | 2 +- tags-see.html | 2 +- tags-since.html | 2 +- tags-static.html | 2 +- tags-summary.html | 2 +- tags-this.html | 2 +- tags-throws.html | 2 +- tags-todo.html | 2 +- tags-tutorial.html | 2 +- tags-type.html | 2 +- tags-typedef.html | 2 +- tags-variation.html | 2 +- tags-version.html | 2 +- 85 files changed, 89 insertions(+), 89 deletions(-) diff --git a/about-block-inline-tags.html b/about-block-inline-tags.html index d45f01aa..2b6cbced 100644 --- a/about-block-inline-tags.html +++ b/about-block-inline-tags.html @@ -5,7 +5,7 @@ - Use JSDoc: Block and inline tags + Block and inline tags – Use JSDoc diff --git a/about-commandline.html b/about-commandline.html index f6cf370a..298ae99f 100644 --- a/about-commandline.html +++ b/about-commandline.html @@ -5,7 +5,7 @@ - Use JSDoc: Command-line arguments to JSDoc + Command-line arguments to JSDoc – Use JSDoc diff --git a/about-configuring-default-template.html b/about-configuring-default-template.html index c2e441b1..7e299ef8 100644 --- a/about-configuring-default-template.html +++ b/about-configuring-default-template.html @@ -5,7 +5,7 @@ - Use JSDoc: Configuring JSDoc's default template + Configuring JSDoc's default template – Use JSDoc diff --git a/about-configuring-jsdoc.html b/about-configuring-jsdoc.html index 37dd04e7..3866e3b6 100644 --- a/about-configuring-jsdoc.html +++ b/about-configuring-jsdoc.html @@ -5,7 +5,7 @@ - Use JSDoc: Configuring JSDoc with conf.json + Configuring JSDoc with conf.json – Use JSDoc diff --git a/about-getting-started.html b/about-getting-started.html index 0311f6e5..6d5402f1 100644 --- a/about-getting-started.html +++ b/about-getting-started.html @@ -5,7 +5,7 @@ - Use JSDoc: Getting Started with JSDoc 3 + Getting Started with JSDoc 3 – Use JSDoc diff --git a/about-including-package.html b/about-including-package.html index 676b0dc3..796d9d88 100644 --- a/about-including-package.html +++ b/about-including-package.html @@ -5,7 +5,7 @@ - Use JSDoc: Including a Package File + Including a Package File – Use JSDoc diff --git a/about-including-readme.html b/about-including-readme.html index 1d67e5f1..da5cf4f9 100644 --- a/about-including-readme.html +++ b/about-including-readme.html @@ -5,7 +5,7 @@ - Use JSDoc: Including a README File + Including a README File – Use JSDoc diff --git a/about-inline-tags.html b/about-inline-tags.html index c4fa7880..90fe137d 100644 --- a/about-inline-tags.html +++ b/about-inline-tags.html @@ -4,11 +4,11 @@ - Redirecting... + Redirecting… – Use JSDoc -

Redirecting...

+

Redirecting…

If you are not redirected, click here. diff --git a/about-license-jsdoc3.html b/about-license-jsdoc3.html index eebbe2c0..5067943b 100644 --- a/about-license-jsdoc3.html +++ b/about-license-jsdoc3.html @@ -5,7 +5,7 @@ - Use JSDoc: License + License – Use JSDoc diff --git a/about-namepaths.html b/about-namepaths.html index ada4b883..72812812 100644 --- a/about-namepaths.html +++ b/about-namepaths.html @@ -5,7 +5,7 @@ - Use JSDoc: Using namepaths with JSDoc 3 + Using namepaths with JSDoc 3 – Use JSDoc diff --git a/about-plugins.html b/about-plugins.html index 1485e554..993ef5cb 100644 --- a/about-plugins.html +++ b/about-plugins.html @@ -5,7 +5,7 @@ - Use JSDoc: About JSDoc plugins + About JSDoc plugins – Use JSDoc diff --git a/about-tutorials.html b/about-tutorials.html index e81a1ce6..e8f06026 100644 --- a/about-tutorials.html +++ b/about-tutorials.html @@ -5,7 +5,7 @@ - Use JSDoc: Tutorials + Tutorials – Use JSDoc diff --git a/howto-amd-modules.html b/howto-amd-modules.html index 98f7b2b5..cc084ae1 100644 --- a/howto-amd-modules.html +++ b/howto-amd-modules.html @@ -5,7 +5,7 @@ - Use JSDoc: AMD Modules + AMD Modules – Use JSDoc diff --git a/howto-commonjs-modules.html b/howto-commonjs-modules.html index 24eeadf9..da0cd40b 100644 --- a/howto-commonjs-modules.html +++ b/howto-commonjs-modules.html @@ -5,7 +5,7 @@ - Use JSDoc: CommonJS Modules + CommonJS Modules – Use JSDoc diff --git a/howto-es2015-classes.html b/howto-es2015-classes.html index b8e30742..982dd8eb 100644 --- a/howto-es2015-classes.html +++ b/howto-es2015-classes.html @@ -5,7 +5,7 @@ - Use JSDoc: ES 2015 Classes + ES 2015 Classes – Use JSDoc diff --git a/howto-es2015-modules.html b/howto-es2015-modules.html index 9fd8525b..01e153bc 100644 --- a/howto-es2015-modules.html +++ b/howto-es2015-modules.html @@ -5,7 +5,7 @@ - Use JSDoc: ES 2015 Modules + ES 2015 Modules – Use JSDoc diff --git a/index.html b/index.html index ddbe3d20..0b51bd1b 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Use JSDoc: Index + Index – Use JSDoc diff --git a/plugins-markdown.html b/plugins-markdown.html index 473f3973..5bec6901 100644 --- a/plugins-markdown.html +++ b/plugins-markdown.html @@ -5,7 +5,7 @@ - Use JSDoc: Using the Markdown plugin + Using the Markdown plugin – Use JSDoc diff --git a/tags-abstract.html b/tags-abstract.html index 36ec14d6..f218981b 100644 --- a/tags-abstract.html +++ b/tags-abstract.html @@ -5,7 +5,7 @@ - Use JSDoc: @abstract + @abstract – Use JSDoc diff --git a/tags-access.html b/tags-access.html index 2ecf25b6..ab273829 100644 --- a/tags-access.html +++ b/tags-access.html @@ -5,7 +5,7 @@ - Use JSDoc: @access + @access – Use JSDoc diff --git a/tags-alias.html b/tags-alias.html index 5937ba07..4133bda1 100644 --- a/tags-alias.html +++ b/tags-alias.html @@ -5,7 +5,7 @@ - Use JSDoc: @alias + @alias – Use JSDoc diff --git a/tags-augments.html b/tags-augments.html index c47891b6..65fb15d4 100644 --- a/tags-augments.html +++ b/tags-augments.html @@ -5,7 +5,7 @@ - Use JSDoc: @augments + @augments – Use JSDoc diff --git a/tags-author.html b/tags-author.html index 9dcc8e34..619ac507 100644 --- a/tags-author.html +++ b/tags-author.html @@ -5,7 +5,7 @@ - Use JSDoc: @author + @author – Use JSDoc diff --git a/tags-borrows.html b/tags-borrows.html index 00177e63..dd106891 100644 --- a/tags-borrows.html +++ b/tags-borrows.html @@ -5,7 +5,7 @@ - Use JSDoc: @borrows + @borrows – Use JSDoc diff --git a/tags-callback.html b/tags-callback.html index 5f6d9845..0abc9b48 100644 --- a/tags-callback.html +++ b/tags-callback.html @@ -5,7 +5,7 @@ - Use JSDoc: @callback + @callback – Use JSDoc diff --git a/tags-class.html b/tags-class.html index 40e81f93..948b7e94 100644 --- a/tags-class.html +++ b/tags-class.html @@ -5,7 +5,7 @@ - Use JSDoc: @class + @class – Use JSDoc diff --git a/tags-classdesc.html b/tags-classdesc.html index 168c03ea..8a98e370 100644 --- a/tags-classdesc.html +++ b/tags-classdesc.html @@ -5,7 +5,7 @@ - Use JSDoc: @classdesc + @classdesc – Use JSDoc diff --git a/tags-constant.html b/tags-constant.html index f77269ea..ae6ca545 100644 --- a/tags-constant.html +++ b/tags-constant.html @@ -5,7 +5,7 @@ - Use JSDoc: @constant + @constant – Use JSDoc diff --git a/tags-constructor.html b/tags-constructor.html index 5392df4f..d7fef042 100644 --- a/tags-constructor.html +++ b/tags-constructor.html @@ -4,11 +4,11 @@ - Redirecting... + Redirecting… – Use JSDoc -

Redirecting...

+

Redirecting…

If you are not redirected, click here. diff --git a/tags-constructs.html b/tags-constructs.html index 1afa7325..6b5b6614 100644 --- a/tags-constructs.html +++ b/tags-constructs.html @@ -5,7 +5,7 @@ - Use JSDoc: @constructs + @constructs – Use JSDoc diff --git a/tags-copyright.html b/tags-copyright.html index 7741e132..7fdae89c 100644 --- a/tags-copyright.html +++ b/tags-copyright.html @@ -5,7 +5,7 @@ - Use JSDoc: @copyright + @copyright – Use JSDoc diff --git a/tags-default.html b/tags-default.html index 42dd4d00..e81751ac 100644 --- a/tags-default.html +++ b/tags-default.html @@ -5,7 +5,7 @@ - Use JSDoc: @default + @default – Use JSDoc diff --git a/tags-deprecated.html b/tags-deprecated.html index 2d89537f..00b64239 100644 --- a/tags-deprecated.html +++ b/tags-deprecated.html @@ -5,7 +5,7 @@ - Use JSDoc: @deprecated + @deprecated – Use JSDoc diff --git a/tags-description.html b/tags-description.html index 496df75a..c93c88bf 100644 --- a/tags-description.html +++ b/tags-description.html @@ -5,7 +5,7 @@ - Use JSDoc: @description + @description – Use JSDoc diff --git a/tags-enum.html b/tags-enum.html index 098028e4..f04484fe 100644 --- a/tags-enum.html +++ b/tags-enum.html @@ -5,7 +5,7 @@ - Use JSDoc: @enum + @enum – Use JSDoc diff --git a/tags-event.html b/tags-event.html index 2d14d75e..33721f84 100644 --- a/tags-event.html +++ b/tags-event.html @@ -5,7 +5,7 @@ - Use JSDoc: @event + @event – Use JSDoc diff --git a/tags-example.html b/tags-example.html index ad72dd79..751d9b74 100644 --- a/tags-example.html +++ b/tags-example.html @@ -5,7 +5,7 @@ - Use JSDoc: @example + @example – Use JSDoc diff --git a/tags-exports.html b/tags-exports.html index 3f5b7816..ffb3b602 100644 --- a/tags-exports.html +++ b/tags-exports.html @@ -5,7 +5,7 @@ - Use JSDoc: @exports + @exports – Use JSDoc diff --git a/tags-external.html b/tags-external.html index cab64417..3e6f11b7 100644 --- a/tags-external.html +++ b/tags-external.html @@ -5,7 +5,7 @@ - Use JSDoc: @external + @external – Use JSDoc diff --git a/tags-file.html b/tags-file.html index da7e96cc..8c514c58 100644 --- a/tags-file.html +++ b/tags-file.html @@ -5,7 +5,7 @@ - Use JSDoc: @file + @file – Use JSDoc diff --git a/tags-fires.html b/tags-fires.html index b5fddc18..7afdf86c 100644 --- a/tags-fires.html +++ b/tags-fires.html @@ -5,7 +5,7 @@ - Use JSDoc: @fires + @fires – Use JSDoc diff --git a/tags-function.html b/tags-function.html index 3c6277e8..82af715f 100644 --- a/tags-function.html +++ b/tags-function.html @@ -5,7 +5,7 @@ - Use JSDoc: @function + @function – Use JSDoc diff --git a/tags-global.html b/tags-global.html index 69b185ea..5d515f5f 100644 --- a/tags-global.html +++ b/tags-global.html @@ -5,7 +5,7 @@ - Use JSDoc: @global + @global – Use JSDoc diff --git a/tags-ignore.html b/tags-ignore.html index 3416242f..038df5ac 100644 --- a/tags-ignore.html +++ b/tags-ignore.html @@ -5,7 +5,7 @@ - Use JSDoc: @ignore + @ignore – Use JSDoc diff --git a/tags-implements.html b/tags-implements.html index e3a76731..b9fd3a4d 100644 --- a/tags-implements.html +++ b/tags-implements.html @@ -5,7 +5,7 @@ - Use JSDoc: @implements + @implements – Use JSDoc diff --git a/tags-inheritdoc.html b/tags-inheritdoc.html index aa5fab24..7b7e00ce 100644 --- a/tags-inheritdoc.html +++ b/tags-inheritdoc.html @@ -5,7 +5,7 @@ - Use JSDoc: @inheritdoc + @inheritdoc – Use JSDoc diff --git a/tags-inline-link.html b/tags-inline-link.html index 9773edd3..256a3509 100644 --- a/tags-inline-link.html +++ b/tags-inline-link.html @@ -5,7 +5,7 @@ - Use JSDoc: {@link} + {@link} – Use JSDoc diff --git a/tags-inline-tutorial.html b/tags-inline-tutorial.html index a042ba1c..fb1d8b38 100644 --- a/tags-inline-tutorial.html +++ b/tags-inline-tutorial.html @@ -5,7 +5,7 @@ - Use JSDoc: {@tutorial} + {@tutorial} – Use JSDoc diff --git a/tags-inner.html b/tags-inner.html index 415d5ffd..9c5bc4c1 100644 --- a/tags-inner.html +++ b/tags-inner.html @@ -5,7 +5,7 @@ - Use JSDoc: @inner + @inner – Use JSDoc diff --git a/tags-instance.html b/tags-instance.html index a1dbb509..d90096cd 100644 --- a/tags-instance.html +++ b/tags-instance.html @@ -5,7 +5,7 @@ - Use JSDoc: @instance + @instance – Use JSDoc diff --git a/tags-interface.html b/tags-interface.html index d0397228..358aea9e 100644 --- a/tags-interface.html +++ b/tags-interface.html @@ -5,7 +5,7 @@ - Use JSDoc: @interface + @interface – Use JSDoc diff --git a/tags-kind.html b/tags-kind.html index 5eb92245..79faf476 100644 --- a/tags-kind.html +++ b/tags-kind.html @@ -5,7 +5,7 @@ - Use JSDoc: @kind + @kind – Use JSDoc diff --git a/tags-lends.html b/tags-lends.html index a8408532..3a88e341 100644 --- a/tags-lends.html +++ b/tags-lends.html @@ -5,7 +5,7 @@ - Use JSDoc: @lends + @lends – Use JSDoc diff --git a/tags-license.html b/tags-license.html index 25709ec2..6a2800a3 100644 --- a/tags-license.html +++ b/tags-license.html @@ -5,7 +5,7 @@ - Use JSDoc: @license + @license – Use JSDoc diff --git a/tags-link.html b/tags-link.html index b0bf6e3d..14f814d0 100644 --- a/tags-link.html +++ b/tags-link.html @@ -4,11 +4,11 @@ - Redirecting... + Redirecting… – Use JSDoc -

Redirecting...

+

Redirecting…

If you are not redirected, click here. diff --git a/tags-listens.html b/tags-listens.html index 8c17a8b5..69710cc2 100644 --- a/tags-listens.html +++ b/tags-listens.html @@ -5,7 +5,7 @@ - Use JSDoc: @listens + @listens – Use JSDoc diff --git a/tags-member.html b/tags-member.html index d6b62721..e25b3c24 100644 --- a/tags-member.html +++ b/tags-member.html @@ -5,7 +5,7 @@ - Use JSDoc: @member + @member – Use JSDoc diff --git a/tags-memberof.html b/tags-memberof.html index 9c957440..f6797348 100644 --- a/tags-memberof.html +++ b/tags-memberof.html @@ -5,7 +5,7 @@ - Use JSDoc: @memberof + @memberof – Use JSDoc diff --git a/tags-method.html b/tags-method.html index 9ff496cc..efb2d44b 100644 --- a/tags-method.html +++ b/tags-method.html @@ -4,11 +4,11 @@ - Redirecting... + Redirecting… – Use JSDoc -

Redirecting...

+

Redirecting…

If you are not redirected, click here. diff --git a/tags-mixes.html b/tags-mixes.html index 23c24d94..227371b8 100644 --- a/tags-mixes.html +++ b/tags-mixes.html @@ -5,7 +5,7 @@ - Use JSDoc: @mixes + @mixes – Use JSDoc diff --git a/tags-mixin.html b/tags-mixin.html index 897611dd..b6ab02cb 100644 --- a/tags-mixin.html +++ b/tags-mixin.html @@ -5,7 +5,7 @@ - Use JSDoc: @mixin + @mixin – Use JSDoc diff --git a/tags-module.html b/tags-module.html index 122cf206..17708826 100644 --- a/tags-module.html +++ b/tags-module.html @@ -5,7 +5,7 @@ - Use JSDoc: @module + @module – Use JSDoc diff --git a/tags-name.html b/tags-name.html index e748f76c..3c27257e 100644 --- a/tags-name.html +++ b/tags-name.html @@ -5,7 +5,7 @@ - Use JSDoc: @name + @name – Use JSDoc diff --git a/tags-namespace.html b/tags-namespace.html index 6d1cd1ce..8ca84ad9 100644 --- a/tags-namespace.html +++ b/tags-namespace.html @@ -5,7 +5,7 @@ - Use JSDoc: @namespace + @namespace – Use JSDoc diff --git a/tags-override.html b/tags-override.html index 8d573bde..2f5cb001 100644 --- a/tags-override.html +++ b/tags-override.html @@ -5,7 +5,7 @@ - Use JSDoc: @override + @override – Use JSDoc diff --git a/tags-param.html b/tags-param.html index 054eff07..8c247077 100644 --- a/tags-param.html +++ b/tags-param.html @@ -5,7 +5,7 @@ - Use JSDoc: @param + @param – Use JSDoc diff --git a/tags-private.html b/tags-private.html index 80ea8856..8a455bdd 100644 --- a/tags-private.html +++ b/tags-private.html @@ -5,7 +5,7 @@ - Use JSDoc: @private + @private – Use JSDoc diff --git a/tags-property.html b/tags-property.html index 5c248bc7..9f7027de 100644 --- a/tags-property.html +++ b/tags-property.html @@ -5,7 +5,7 @@ - Use JSDoc: @property + @property – Use JSDoc diff --git a/tags-protected.html b/tags-protected.html index bd87be00..b9b0d376 100644 --- a/tags-protected.html +++ b/tags-protected.html @@ -5,7 +5,7 @@ - Use JSDoc: @protected + @protected – Use JSDoc diff --git a/tags-public.html b/tags-public.html index 57256b62..d218ae16 100644 --- a/tags-public.html +++ b/tags-public.html @@ -5,7 +5,7 @@ - Use JSDoc: @public + @public – Use jsdoc diff --git a/tags-readonly.html b/tags-readonly.html index 77b9f7f2..5e6157d5 100644 --- a/tags-readonly.html +++ b/tags-readonly.html @@ -5,7 +5,7 @@ - Use JSDoc: @readonly + @readonly – Use JSDoc diff --git a/tags-requires.html b/tags-requires.html index f49d190c..fc489319 100644 --- a/tags-requires.html +++ b/tags-requires.html @@ -5,7 +5,7 @@ - Use JSDoc: @requires + @requires – Use JSDoc diff --git a/tags-returns.html b/tags-returns.html index 6d62cf87..333ac2f6 100644 --- a/tags-returns.html +++ b/tags-returns.html @@ -5,7 +5,7 @@ - Use JSDoc: @returns + @returns – Use JSDoc diff --git a/tags-see.html b/tags-see.html index f6a93706..0ee202c4 100644 --- a/tags-see.html +++ b/tags-see.html @@ -5,7 +5,7 @@ - Use JSDoc: @see + @see – Use JSDoc diff --git a/tags-since.html b/tags-since.html index 53bb961b..36056d29 100644 --- a/tags-since.html +++ b/tags-since.html @@ -5,7 +5,7 @@ - Use JSDoc: @since + @since – Use JSDoc diff --git a/tags-static.html b/tags-static.html index 3a3324e0..9b086cd1 100644 --- a/tags-static.html +++ b/tags-static.html @@ -5,7 +5,7 @@ - Use JSDoc: @static + @static – Use JSDoc diff --git a/tags-summary.html b/tags-summary.html index 1ac13b3b..149c06a2 100644 --- a/tags-summary.html +++ b/tags-summary.html @@ -5,7 +5,7 @@ - Use JSDoc: @summary + @summary – Use JSDoc diff --git a/tags-this.html b/tags-this.html index 8fb18dec..815815be 100644 --- a/tags-this.html +++ b/tags-this.html @@ -5,7 +5,7 @@ - Use JSDoc: @this + @this – Use JSDoc diff --git a/tags-throws.html b/tags-throws.html index 37704281..223fd1b4 100644 --- a/tags-throws.html +++ b/tags-throws.html @@ -5,7 +5,7 @@ - Use JSDoc: @throws + @throws – Use JSDoc diff --git a/tags-todo.html b/tags-todo.html index 3a744bc7..74178b01 100644 --- a/tags-todo.html +++ b/tags-todo.html @@ -5,7 +5,7 @@ - Use JSDoc: @todo + @todo – Use JSDoc diff --git a/tags-tutorial.html b/tags-tutorial.html index 515d80e9..2a207752 100644 --- a/tags-tutorial.html +++ b/tags-tutorial.html @@ -5,7 +5,7 @@ - Use JSDoc: @tutorial + @tutorial – Use JSDoc diff --git a/tags-type.html b/tags-type.html index c7085fea..07f18867 100644 --- a/tags-type.html +++ b/tags-type.html @@ -5,7 +5,7 @@ - Use JSDoc: @type + @type – Use JSDoc diff --git a/tags-typedef.html b/tags-typedef.html index 3d1fa9c1..959012c5 100644 --- a/tags-typedef.html +++ b/tags-typedef.html @@ -5,7 +5,7 @@ - Use JSDoc: @typedef + @typedef – Use JSDoc diff --git a/tags-variation.html b/tags-variation.html index 818c7a89..f9852599 100644 --- a/tags-variation.html +++ b/tags-variation.html @@ -5,7 +5,7 @@ - Use JSDoc: @variation + @variation – Use JSDoc diff --git a/tags-version.html b/tags-version.html index 706393fb..38562da2 100644 --- a/tags-version.html +++ b/tags-version.html @@ -5,7 +5,7 @@ - Use JSDoc: @version + @version – Use JSDoc From e5f4d9d8e0f5defee7b3bd9a1f0d8d74f24efc86 Mon Sep 17 00:00:00 2001 From: Olivier G Date: Mon, 7 May 2018 11:07:26 +0200 Subject: [PATCH 3/3] Oups - merge issue --- about-configuring-jsdoc.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/about-configuring-jsdoc.html b/about-configuring-jsdoc.html index b3310f0f..0eae5223 100644 --- a/about-configuring-jsdoc.html +++ b/about-configuring-jsdoc.html @@ -5,7 +5,6 @@ - Configuring JSDoc with conf.json – Use JSDoc Configuring JSDoc with a configuration file – Use JSDoc @@ -331,4 +330,4 @@ - \ No newline at end of file +