From d6d12f337d2ff7184415ebbbbe1e0d58cdda1867 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Tue, 6 Sep 2016 14:05:40 +0000 Subject: [PATCH] -rps doxygen --- src/rps/gnunet-service-rps_sampler_elem.c | 2 +- src/rps/gnunet-service-rps_sampler_elem.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rps/gnunet-service-rps_sampler_elem.c b/src/rps/gnunet-service-rps_sampler_elem.c index 4138700af..c22ed564b 100644 --- a/src/rps/gnunet-service-rps_sampler_elem.c +++ b/src/rps/gnunet-service-rps_sampler_elem.c @@ -78,7 +78,7 @@ RPS_sampler_elem_reinit (struct RPS_SamplerElement *sampler_el) /** - * (Re)Initialise given Sampler with random min-wise independent function. + * Create a sampler element and initialise it. * * In this implementation this means choosing an auth_key for later use in * a hmac at random. diff --git a/src/rps/gnunet-service-rps_sampler_elem.h b/src/rps/gnunet-service-rps_sampler_elem.h index b7224331d..861a579bc 100644 --- a/src/rps/gnunet-service-rps_sampler_elem.h +++ b/src/rps/gnunet-service-rps_sampler_elem.h @@ -108,7 +108,7 @@ RPS_sampler_elem_reinit (struct RPS_SamplerElement *sampler_el); /** - * (Re)Initialise given Sampler with random min-wise independent function. + * Create a sampler element and initialise it. * * In this implementation this means choosing an auth_key for later use in * a hmac at random. -- 2.25.1