summaryrefslogtreecommitdiff
path: root/src/or/rendcache.c
diff options
context:
space:
mode:
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)
{