fix some doxygen warnings

This commit is contained in:
Johann Dreo 2010-11-07 23:43:58 +01:00
commit b7009822a5
10 changed files with 26 additions and 24 deletions

View file

@ -35,7 +35,7 @@
problem as arguments, and iteratively modify them with the help of operators.
Generally, an EO object is built by assembling together @ref Operators in an algorithm instance,
and then calling the algorithm's operator() on an initial @ref Population. The algorithm will then
and then calling the algorithm's operator() on an initial population (an eoPop). The algorithm will then
manipulate the solutions within the population to search for the problem's optimum.
*/