grouping algorithms in a module of the doc

This commit is contained in:
Johann Dreo 2010-11-01 15:34:27 +01:00
commit e131c2178e
10 changed files with 41 additions and 29 deletions

View file

@ -29,7 +29,6 @@
#include <apply.h>
#include <eoAlgo.h>
#include <eoPopAlgo.h>
#include <eoPopEvalFunc.h>
#include <eoContinue.h>
#include <eoSelect.h>
@ -59,6 +58,8 @@ Change (MS, July 3. 2001):
Note: it looks ugly only because we wanted to authorize many different
constructors. Please only look at the operator() and there shall be light
@ingroup Algorithms
*/
template<class EOT> class eoEasyEA: public eoAlgo<EOT>
{