supress some doxygen warnings about \classes
This commit is contained in:
parent
4e36150ee8
commit
04f12b770e
5 changed files with 14 additions and 14 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
/** @ddtogroup Core
|
/** @addtogroup Core
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@
|
||||||
/**
|
/**
|
||||||
Replacement strategies that combine en eoMerge and an eoReduce.
|
Replacement strategies that combine en eoMerge and an eoReduce.
|
||||||
|
|
||||||
@classes: eoMergeReduce, the base (pure abstract) class
|
@class eoMergeReduce, the base (pure abstract) class
|
||||||
eoPlusReplacement the ES plus strategy
|
@class eoPlusReplacement the ES plus strategy
|
||||||
eoCommaReplacement the ES comma strategy
|
@class eoCommaReplacement the ES comma strategy
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -57,9 +57,9 @@ MS 12/12/2000
|
||||||
|
|
||||||
@see eoMerge, eoReduce, eoMergeReduce, eoReduceMerge
|
@see eoMerge, eoReduce, eoMergeReduce, eoReduceMerge
|
||||||
|
|
||||||
@classes eoReplacement, base (pure abstract) class
|
@class eoReplacement, base (pure abstract) class
|
||||||
eoGenerationalReplacement, as it says ...
|
@class eoGenerationalReplacement, as it says ...
|
||||||
eoWeakElitistReplacement a wrapper to add elitism
|
@class eoWeakElitistReplacement a wrapper to add elitism
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,8 +42,9 @@ kills the ones that are to die,
|
||||||
puts the ones that are to survive into the second argument
|
puts the ones that are to survive into the second argument
|
||||||
removes them from the first pop argument
|
removes them from the first pop argument
|
||||||
|
|
||||||
@classes: eoSurviveAndDie, eoDeterministicSurviveAndDie,
|
@class eoSurviveAndDie
|
||||||
eoDeterministicSaDReplacement
|
@class eoDeterministicSurviveAndDie,
|
||||||
|
@class eoDeterministicSaDReplacement
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @addtogroup Replacors
|
/** @addtogroup Replacors
|
||||||
|
|
|
||||||
|
|
@ -29,11 +29,10 @@
|
||||||
* eoRndGenerators, we might as well have these directly written without
|
* eoRndGenerators, we might as well have these directly written without
|
||||||
* overhead
|
* overhead
|
||||||
|
|
||||||
@classes:
|
@class eoUniformInit uniform initialization for doubles, floats, ints, ...
|
||||||
eoUniformInit uniform initialization for doubles, floats, ints, ...
|
@class eoBooleanInit biased init for booleans
|
||||||
eoBooleanInit biased init for booleans
|
@class eoNormalInit normal intialization for doubles and floats
|
||||||
eoNormalInit normal intialization for doubles and floats
|
@class eoNegExpInit negative exponential distributions "
|
||||||
eoNegExpInit negative exponential distributions "
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef eoUniformInit_h
|
#ifndef eoUniformInit_h
|
||||||
|
|
|
||||||
Reference in a new issue