mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user