-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: unify more headings #20046
doc: unify more headings #20046
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More backticks need to be removed from headings under Implementation Considerations
@trivikr I've seen them, but abstained from deletion: these are not formal API sections, just extra notes about previously described API. The similar cases are these subsections: https://github.com/nodejs/node/blob/master/doc/api/async_hooks.md#type They describe parameters from the previous formal signature in more details. All these should not be parsed by, say, JSON doctools as formal API parts, just as misc sections. |
Landed in 6e869be |
PR-URL: #20046 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #20046 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs#20046 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesnew
for a constructor, remove()
from a class name).Also in passing: