Skip to content

Commit

Permalink
Add a bit of documentation to the context class
Browse files Browse the repository at this point in the history
Add a few lines of documentation to the context class so it looks
better in the generated documentation.
  • Loading branch information
laudrup committed Oct 25, 2024
1 parent 82e94be commit 560964f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/wintls/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 560964f

Please sign in to comment.