Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2021-02-17 11:00:57 +0300
committereidheim <eidheim@gmail.com>2021-02-17 11:04:50 +0300
commit333f8dd4440e7d51136dd1b92f4eeb0ef2014dc0 (patch)
tree6cc3d63826b19bf42c2776bbbab13cf2705a2a15 /server_wss.hpp
parent92cbb95fe06378a0f0cac0f7cf90a829aa85ea4a (diff)
Corrected documentation of SocketServer<WSS> constructor
Diffstat (limited to 'server_wss.hpp')
-rw-r--r--server_wss.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_wss.hpp b/server_wss.hpp
index 05afd85..db1aed6 100644
--- a/server_wss.hpp
+++ b/server_wss.hpp
@@ -23,7 +23,7 @@ namespace SimpleWeb {
/**
* Constructs a server object.
*
- * @param certification_file If non-empty, sends the given certification file to client.
+ * @param certification_file Sends the given certification file to client.
* @param private_key_file Specifies the file containing the private key for certification_file.
* @param verify_file If non-empty, use this certificate authority file to perform verification of client's certificate and hostname according to RFC 2818.
*/