From 6494233774da8dda410417c7e00eae589f69686f Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 28 Aug 2024 09:31:34 -0400 Subject: [PATCH] Doxygen complains about the quotes used --- doc/dox_comments/header_files/wolfio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dox_comments/header_files/wolfio.h b/doc/dox_comments/header_files/wolfio.h index a1404fbe6..5e52e3573 100644 --- a/doc/dox_comments/header_files/wolfio.h +++ b/doc/dox_comments/header_files/wolfio.h @@ -422,9 +422,9 @@ void wolfSSL_SetIOReadFlags( WOLFSSL* ssl, int flags); flags parameter may include one or more of the following: #define MSG_OOB 0x1 // process out-of-band data, #define MSG_DONTROUTE 0x4 // bypass routing, use direct interface. - The flag MSG_OOB is used to send ``out-of-band'' data on sockets that + The flag MSG_OOB is used to send 'out-of-band' data on sockets that support this notion (e.g. SOCK_STREAM); the underlying protocol must also - support ``out-of-band'' data. MSG_DONTROUTE is usually used only by + support 'out-of-band' data. MSG_DONTROUTE is usually used only by diagnostic or routing programs.” \return none No returns.