grouping classes in documentation
This commit is contained in:
parent
284b048dcc
commit
8e70cbea01
39 changed files with 140 additions and 23 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue