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

@ -32,8 +32,9 @@
/** Abstract class for particle swarm optimization flight.
* All the flights must derivated from eoFlight.
*
* @ingroup Variators
*/
template < class POT > class eoFlight:public eoUF < POT &, void >
{
public: