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/channel.h | |
parent | cc90b57b045596a3ace603b23c6c932c841cb050 (diff) | |
download | tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip |
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/or/channel.h')
-rw-r--r-- | src/or/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.h b/src/or/channel.h index 1fb431015d..129c0c2013 100644 --- a/src/or/channel.h +++ b/src/or/channel.h @@ -182,7 +182,7 @@ struct channel_s { * space should we use? */ circ_id_type_bitfield_t circ_id_type:2; - /** DOCDOC*/ + /* DOCDOC */ unsigned wide_circ_ids:1; /** For how many circuits are we n_chan? What about p_chan? */ |