From 58e9e76814a8291894ba01ac8a4551e4f8d480b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Sep 2017 14:33:44 +0200 Subject: Fix more documentation todos I have decided not to include a manual page for cowboy_stream_h at this point because it clashes with the cowboy_stream manual page. This decision will be revisited in the future. --- doc/src/manual/cowboy.start_tls.asciidoc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc/src/manual/cowboy.start_tls.asciidoc') diff --git a/doc/src/manual/cowboy.start_tls.asciidoc b/doc/src/manual/cowboy.start_tls.asciidoc index 1cf87c9..8d2131a 100644 --- a/doc/src/manual/cowboy.start_tls.asciidoc +++ b/doc/src/manual/cowboy.start_tls.asciidoc @@ -47,16 +47,12 @@ ProtocolOpts:: The protocol options are in a map containing all the options for the different protocols that may be involved when connecting -to the listener, including HTTP/1.1 and HTTP/2 but also -subprotocols like Websocket. -// @todo For Websocket this might change in the future. +to the listener, including HTTP/1.1 and HTTP/2. + The HTTP/1.1 options are documented in the link:man:cowboy_http(3)[cowboy_http(3)] manual; -the HTTP/2 options in -link:man:cowboy_http2(3)[cowboy_http2(3)]; -and the Websocket options in -link:man:cowboy_websocket(3)[cowboy_websocket(3)]. +and the HTTP/2 options in +link:man:cowboy_http2(3)[cowboy_http2(3)]. == Return value -- cgit v1.2.3