Create more doxygen groups for base classes, clean some doc

This commit is contained in:
Johann Dreo 2010-11-01 18:20:56 +01:00
commit 044d1223bb
14 changed files with 114 additions and 41 deletions

View file

@ -34,6 +34,8 @@
/**
* Swap two components of a chromosome.
*
* @ingroup Variators
*/
template<class Chrom> class eoSwapMutation: public eoMonOp<Chrom>
{