gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 69c256249fc42875aee08b96862b519a5d66fbe2
parent f211dbecd475ad630e54b29e2bd054c139aa1273
Author: Bart Polot <bart@net.in.tum.de>
Date:   Wed, 28 Jan 2015 16:58:15 +0000

- doc

Diffstat:
Msrc/rps/gnunet-service-rps_sampler.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h @@ -77,7 +77,7 @@ RPS_sampler_get_size (); /** * Grow or shrink the size of the sampler. * - * @param new_size the new size of the sampler + * @param new_size the new size of the sampler (not 0) */ void RPS_sampler_resize (unsigned int new_size); @@ -85,8 +85,6 @@ RPS_sampler_resize (unsigned int new_size); /** * Empty the sampler. - * - * @param new_size the new size of the sampler */ void RPS_sampler_empty ();