Doxygen complains about the quotes used

pull/7913/head
Andras Fekete 2024-08-28 09:31:34 -04:00
parent dcea21a9a5
commit 6494233774
1 changed files with 2 additions and 2 deletions

View File

@ -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.