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,13 +29,12 @@
#include <utils/eoLogger.h>
/**
Fitness continuation:
Continues until the optimum fitness level is reached.
Continues until the optimum fitness level is reached.
All types which derive from eoScalarFitness is able to compare well via the operator override ( <, >, <=, ...)
@ingroup Continuators
*/
//! all types which derive from eoScalarFitness is able to compare well via the operator override ( <, >, <=, ...)
template< class EOT>
class eoFitContinue: public eoContinue<EOT> {
public: