grouping classes in documentation

This commit is contained in:
Johann Dreo 2010-11-05 11:26:04 +01:00
commit 8e70cbea01
39 changed files with 140 additions and 23 deletions

View file

@ -29,6 +29,10 @@
#include <eoFunctor.h>
#include <eoOp.h>
/** @addtogroup Variators
* @{
*/
/** Generic eoBinOps on fixed length genotypes.
* Contains exchange crossovers (1pt and uniform)
* and crossovers that applies an Atom crossover
@ -215,5 +219,6 @@ public :
};
/** @} */
#endif