grouping classes in documentation
This commit is contained in:
parent
284b048dcc
commit
8e70cbea01
39 changed files with 140 additions and 23 deletions
|
|
@ -35,6 +35,8 @@ class eoMaxException : public std::exception {};
|
|||
An error that signals that a maximum elapsed time has been reached.
|
||||
|
||||
Thrown by @see eoEvalTimeThrowException
|
||||
|
||||
@ingroup Evaluation
|
||||
*/
|
||||
class eoMaxTimeException : public eoMaxException
|
||||
{
|
||||
|
|
@ -58,6 +60,8 @@ private:
|
|||
An error that signals that a maximum number of evaluations has been reached.
|
||||
|
||||
Thrown by @see eoEvalEvalThrowException
|
||||
|
||||
@ingroup Evaluation
|
||||
*/
|
||||
class eoMaxEvalException : public eoMaxException
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue