From 9d456b62b5f9f074f4e7190bcd33694d3e675185 Mon Sep 17 00:00:00 2001 From: Kasper Laudrup Date: Fri, 25 Oct 2024 15:56:28 +0200 Subject: [PATCH] Add a bit of documentation to the context class Add a few lines of documentation to the context class so it looks better in the generated documentation. --- include/wintls/context.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wintls/context.hpp b/include/wintls/context.hpp index cca7cdd..513d49c 100644 --- a/include/wintls/context.hpp +++ b/include/wintls/context.hpp @@ -21,6 +21,9 @@ namespace detail { class sspi_handshake; } +/** Holds certificates and related options required for setting up TLS + * connections. + */ class context { public: /** Construct a context.