Skip to content

Commit

Permalink
Merge pull request #7913 from bandi13/fixDocumentation
Browse files Browse the repository at this point in the history
Doxygen complains about the quotes used
  • Loading branch information
dgarske authored Aug 28, 2024
2 parents dcea21a + 6494233 commit 5e77c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dox_comments/header_files/wolfio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e77c06

Please sign in to comment.