aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcache.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/rendcache.c
parentcc90b57b045596a3ace603b23c6c932c841cb050 (diff)
downloadtor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz
tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r--src/or/rendcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c
index 8b2d3ce6f7..f8206cd53b 100644
--- a/src/or/rendcache.c
+++ b/src/or/rendcache.c
@@ -53,7 +53,7 @@ STATIC digestmap_t *rend_cache_v2_dir = NULL;
* only rely on the usability of intro points from an internal state. */
STATIC strmap_t *rend_cache_failure = NULL;
-/** DOCDOC */
+/* DOCDOC */
STATIC size_t rend_cache_total_allocation = 0;
/** Initializes the service descriptor cache.
@@ -78,7 +78,7 @@ rend_cache_entry_allocation(const rend_cache_entry_t *e)
return sizeof(*e) + e->len + sizeof(*e->parsed);
}
-/** DOCDOC */
+/* DOCDOC */
size_t
rend_cache_get_total_allocation(void)
{