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

@ -32,6 +32,11 @@
#include <eoSTLFunctor.h>
#include <utils/eoRndGenerators.h>
/**
@addtogroup Initializators
@{
*/
/** Abstract class for velocities initilization of particle swarm optimization.*/
template < class POT > class eoVelocityInit:public eoInit < POT >
{
@ -137,3 +142,6 @@ private:
};
#endif /*EOVELOCITYINIT_H */
/** @} */