summaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-26 10:11:45 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-26 10:11:45 -0400
commit4895d8288c04577ffc1aed92ee4bffbabbd23295 (patch)
tree1cd134738d5fe72753de9f28863a011bf97dc0c9 /src/or/relay.c
parentcc90b57b045596a3ace603b23c6c932c841cb050 (diff)
downloadtor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz
tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/or/relay.c')
-rw-r--r--src/or/relay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c
index 7022c4b37a..fb8c8e74d6 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -2374,7 +2374,7 @@ packed_cell_mem_cost(void)
return sizeof(packed_cell_t);
}
-/** DOCDOC */
+/* DOCDOC */
STATIC size_t
cell_queues_get_total_allocation(void)
{