more doc groups, cleaner modules hierarchy

This commit is contained in:
Johann Dreo 2010-11-01 23:08:58 +01:00
commit 8b9aea4a0b
10 changed files with 44 additions and 8 deletions

View file

@ -41,6 +41,8 @@ eoBreed derived class rather than relying on a seperate select and
transform function.
@see eoSelect, eoTransform, eoSelectTransform
@ingroup Combination
*/
template<class EOT>
class eoBreed : public eoBF<const eoPop<EOT>&, eoPop<EOT>&, void>
@ -52,6 +54,8 @@ class eoBreed : public eoBF<const eoPop<EOT>&, eoPop<EOT>&, void>
Special breeder that is just an application of an embedded select,
followed by an embedded transform
@ingroup Combination
*/
template <class EOT>
class eoSelectTransform : public eoBreed<EOT>