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

@ -27,6 +27,12 @@
#include <PO.h>
/**
@addtogroup Core
@{
*/
/**
* Main class for particle representation of particle swarm optimization. The positions, velocities and the best positions
* associated to the particle are stored as vectors. Inheriting from PO and std::vector,
@ -146,3 +152,4 @@ public:
};
#endif /*_EOVECTORPARTICLE_H*/
/** @} */