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/or/geoip.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/or/geoip.c') diff --git a/src/or/geoip.c b/src/or/geoip.c index a0ac6039f..65d03aec6 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -438,7 +438,8 @@ _c_hist_compare(const void **_a, const void **_b) * are willing to talk about it? */ #define GEOIP_MIN_OBSERVATION_TIME (12*60*60) -/* DOCDOC round_to_next_multiple_of */ +/** Return the lowest x such that x is at least number, and x modulo + * divisor == 0. */ static INLINE unsigned round_to_next_multiple_of(unsigned number, unsigned divisor) { @@ -589,7 +590,7 @@ geoip_get_request_history(time_t now, geoip_client_action_t action) return result; } -/* DOCDOC dump_geoip_stats */ +/** Store all our geoip statistics into $DATADIR/geoip-stats. */ void dump_geoip_stats(void) { -- cgit v1.2.3