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

@ -25,6 +25,13 @@ Johann Dréo <johann.dreo@thalesgroup.com>
#include <eoExceptions.h>
/** Check at each evaluation if a given tie contract has been reached.
*
* Throw an eoMaxTimeException if the given max time has been reached.
* Usefull if you want to end the search independently of generations.
*
* @ingroup Evaluation
*/
template< class EOT >
class eoEvalTimeThrowException : public eoEvalFuncCounter< EOT >
{