From 1e5f4574613be3f26cd05f2873fd54ee526a63d7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 22 Dec 2008 17:53:04 +0000 Subject: Fix most DOCDOCs remaining and/or added by redox. svn:r17734 --- src/common/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/log.c') diff --git a/src/common/log.c b/src/common/log.c index d4894baef4..7406734e28 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -766,7 +766,8 @@ parse_log_domain(const char *domain) return 0; } #if 0 -/** DOCDOC */ +/** Translate a bitmask of log domains to a string, or NULL if the bitmask + * is undecodable. */ static const char * domain_to_string(log_domain_mask_t domain) { -- cgit v1.2.3-54-g00ecf