Doxygen: fix unrecognized commands.

Doxygen seems to interpret anything starting with \ as a command,
even when we don't mean it that way.
This commit is contained in:
Nick Mathewson
2019-10-16 08:39:41 -04:00
parent 98735c40b6
commit 591420df20
3 changed files with 40 additions and 42 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ typedef enum {
const char *process_status_to_string(process_status_t status);
typedef enum {
/** Pass complete \n-terminated lines to the
* callback (with the \n or \r\n removed). */
/** Pass complete newline-terminated lines to the
* callback (with the LF or CRLF removed). */
PROCESS_PROTOCOL_LINE,
/** Pass the raw response from read() to the callback. */