Skip to content

Commit 6494233

Browse files
author
Andras Fekete
committed
Doxygen complains about the quotes used
1 parent dcea21a commit 6494233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/dox_comments/header_files/wolfio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ void wolfSSL_SetIOReadFlags( WOLFSSL* ssl, int flags);
422422
flags parameter may include one or more of the following:
423423
#define MSG_OOB 0x1 // process out-of-band data,
424424
#define MSG_DONTROUTE 0x4 // bypass routing, use direct interface.
425-
The flag MSG_OOB is used to send ``out-of-band'' data on sockets that
425+
The flag MSG_OOB is used to send 'out-of-band' data on sockets that
426426
support this notion (e.g. SOCK_STREAM); the underlying protocol must also
427-
support ``out-of-band'' data. MSG_DONTROUTE is usually used only by
427+
support 'out-of-band' data. MSG_DONTROUTE is usually used only by
428428
diagnostic or routing programs.”
429429
430430
\return none No returns.

0 commit comments

Comments
 (0)