-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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: add and unify even more return values #19955
Conversation
tools/doc/type-parser.js
Outdated
@@ -105,6 +107,7 @@ const customTypesMap = { | |||
'Timeout': 'timers.html#timers_class_timeout', | |||
'Timer': 'timers.html#timers_timers', | |||
|
|||
'tls.SecureContext': '#tls_tls_createsecurecontext_options', |
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.
Is it intentional that it does not start with tls.html#
? The other tls entries have that as a start.
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.
No, it's a typo. Thank you! I will fix in a fixup commit.
PR-URL: #19955 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in df5d41b |
PR-URL: #19955 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#19955 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes