summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-10-22 17:51:14 +0200
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-10-24 18:04:18 +0200
commit986be03a4c349dcac7a5fa4c85d81a25af50f02f (patch)
tree052f3031089faa72f3fed9675909568cbd0525f1 /doc/api/https.md
parent7671f253f2e5aff3ac19843a9dec8817fb1188a8 (diff)
downloadandroid-node-v8-986be03a4c349dcac7a5fa4c85d81a25af50f02f.tar.gz
android-node-v8-986be03a4c349dcac7a5fa4c85d81a25af50f02f.tar.bz2
android-node-v8-986be03a4c349dcac7a5fa4c85d81a25af50f02f.zip
doc: fix doc styles
CONTRIBUTING.md + L857: Unused definition + L861: Unused definition + L863: Unused definition doc/api/assert.md + L719: Unused definition doc/api/async_hooks.md + L460: Missing code-language flag doc/api/child_process.md + L1362: Unused definition doc/api/dns.md + L674: Unused definition doc/api/esm.md + L178: Missing code-language flag doc/api/http.md + L1868: Unused definition + L1887: Unused definition + L1888: Unused definition + L1889: Unused definition + L1916: Unused definition + L1917: Unused definition doc/api/https.md + L260: Unused definition doc/api/os.md + L1226: Unused definition doc/api/process.md + L1888: Unused definition doc/api/stream.md + L2227: Definitions with the same identifier doc/guides/writing-and-running-benchmarks.md + L1: Missing newline character at end of file Refs: https://github.com/nodejs/node/pull/12756 PR-URL: https://github.com/nodejs/node/pull/16385 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index e8db7d16b3..4740986170 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -257,7 +257,6 @@ const req = https.request(options, (res) => {
[`http.Server`]: http.html#http_class_http_server
[`http.close()`]: http.html#http_server_close_callback
[`http.get()`]: http.html#http_http_get_options_callback
-[`http.listen()`]: http.html#http_server_listen_port_hostname_backlog_callback
[`http.request()`]: http.html#http_http_request_options_callback
[`https.Agent`]: #https_class_https_agent
[`https.request()`]: #https_https_request_options_callback