We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981bfa1 commit cabf597Copy full SHA for cabf597
features/netsocket/TLSSocketWrapper.h
@@ -196,6 +196,7 @@ class TLSSocketWrapper : public Socket {
196
mbedtls_ssl_context *get_ssl_context();
197
198
protected:
199
+#ifndef DOXYGEN_ONLY
200
/** Initiates TLS Handshake.
201
*
202
* Initiates a TLS handshake to a remote peer.
@@ -216,6 +217,7 @@ class TLSSocketWrapper : public Socket {
216
217
bool is_handshake_started() const;
218
219
void event();
220
+#endif
221
222
223
@@ -283,4 +285,4 @@ class TLSSocketWrapper : public Socket {
283
285
284
286
#endif /* MBEDTLS_SSL_CLI_C */
287
#endif // _MBED_HTTPS_TLS_SOCKET_WRAPPER_H_
-/** @} */
288
+/** @} */
0 commit comments