node/test/doctool
Rich Trott 14d4bfa7c8
doc: use _Static method_ instead of _Class Method_
Our docs describe static methods as Class Methods which seems
idiosyncratic for JavaScript. Align with MDN which calls them static
methods.

Refs: https://developer.mozilla.org/en-US/docs/MDN/Contribute/Structures/API_references/What_does_an_API_reference_need

JSON format for our docs will still use the key name `classMethods` for
this. I would like to change it to `staticMethods` but I don't know if
that will break things for consumers. So, leaving it alone. It's a
machine-consumable label more than a human-readable so I can live with
that.

PR-URL: https://github.com/nodejs/node/pull/34659
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2020-09-22 23:48:05 +02:00
..
test-apilinks.js tools: make apilinks building more robust 2018-12-18 05:14:24 +01:00
test-doctool-html.js doc: use _Static method_ instead of _Class Method_ 2020-09-22 23:48:05 +02:00
test-doctool-json.js doc: use _Static method_ instead of _Class Method_ 2020-09-22 23:48:05 +02:00
test-doctool-versions.js test: fix tool path in test-doctool-versions.js 2020-04-22 19:40:04 +02:00
test-make-doc.js test: provide better message for orphan output documentation 2018-07-23 12:51:11 -07:00
testcfg.py tools: add tests for the doctool 2016-04-29 00:45:49 +02:00