diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
commit | 4895d8288c04577ffc1aed92ee4bffbabbd23295 (patch) | |
tree | 1cd134738d5fe72753de9f28863a011bf97dc0c9 /src/or/or.h | |
parent | cc90b57b045596a3ace603b23c6c932c841cb050 (diff) | |
download | tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip |
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 301901e71c..111d0981d5 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1358,7 +1358,7 @@ typedef struct listener_connection_t { * in the v3 handshake. The subject key must be a 1024-bit RSA key; it * must be signed by the identity key */ #define OR_CERT_TYPE_AUTH_1024 3 -/** DOCDOC */ +/* DOCDOC */ #define OR_CERT_TYPE_RSA_ED_CROSSCERT 7 /**@}*/ @@ -3789,7 +3789,7 @@ typedef struct { * and try a new circuit if the stream has been * waiting for this many seconds. If zero, use * our default internal timeout schedule. */ - int MaxOnionQueueDelay; /**<DOCDOC*/ + int MaxOnionQueueDelay; /*< DOCDOC */ int NewCircuitPeriod; /**< How long do we use a circuit before building * a new one? */ int MaxCircuitDirtiness; /**< Never use circs that were first used more than |