Create more doxygen groups for base classes, clean some doc
This commit is contained in:
parent
2670bd857f
commit
044d1223bb
14 changed files with 114 additions and 41 deletions
|
|
@ -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 */
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
|
|||
Reference in a new issue