fix most of the doxygen warnings

This commit is contained in:
Johann Dreo 2010-11-09 11:44:28 +01:00
commit faaf13194f
42 changed files with 84 additions and 52 deletions

View file

@ -59,7 +59,7 @@ template<class EOT> class eoSGATransform : public eoTransform<EOT>
/**
* Transforms a population.
* @param pop The population to be transformed.
* @param _pop The population to be transformed.
*/
void operator()(eoPop<EOT>& _pop)
{
@ -124,7 +124,7 @@ template<class EOT> class eoDynSGATransform : public eoTransform<EOT>
/**
* Transforms a population.
* @param pop The population to be transformed.
* @param _pop The population to be transformed.
*/
void operator()(eoPop<EOT>& _pop)
{