massive documentation update

This commit is contained in:
Johann Dreo 2012-07-19 17:23:41 +02:00
commit 7fed1ebf51
33 changed files with 399 additions and 181 deletions

View file

@ -34,7 +34,6 @@ Authors:
#include "edoUniform.h"
/**
* edoSamplerUniform
* This class uses the Uniform distribution parameters (bounds) to return
* a random position used for population sampling.
*
@ -43,6 +42,8 @@ Authors:
*
* Note: if the distribution given at call defines a min==max for one of the
* variable, the result will be the same number.
*
* @ingroup Samplers
*/
template < typename EOT, class D = edoUniform<EOT> >
class edoSamplerUniform : public edoSampler< D >